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

Authorizations

X-Api-Key
string
header
required

Query Parameters

verification
enum<string>
Available options:
whitelisted,
blacklisted,
community,
unknown

Response

200
application/json

list of tokens

The response is of type object[].