List tokens
Retrieve a paginated list of all tokens supported by the platform across all blockchain networks.
HTTP request
GET /v1/tokens
Request
Header parameters
Requires authentification.
Body parameters
Doesn't require setting any parameters.
Response
Sample response
application/json
{
"data": [
{
"id": 1,
"code": "USDT",
"name": "Tether USD",
"network_id": 1,
"image": "https://cdn.changelly.com/defi/icons/1/tokens/usdt.png",
"decimals": 2,
"contract_address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"wrapped_token_address": null
},
...
]
}
info
If a token has a non-empty wrapped_token_address in the response, the token must be wrapped before use.