GET
/
v1
/
token
/
{blockchain}
/
{address}
curl --request GET \
  --url https://backend.swap.coffee/v1/token/{blockchain}/{address}
{
  "address": {
    "blockchain": "ton",
    "address": "native"
  },
  "metadata": {
    "name": "ARBUZ",
    "symbol": "ARBUZ",
    "decimals": 123,
    "image_url": "<string>",
    "listed": true
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

blockchain
string
required
address
string
required

Response

200
application/json
token
address
object
required
metadata
object
required