curl --request GET \
--url https://backend.swap.coffee/v1/tokens \
--header 'X-Api-Key: <api-key>'[
{
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"listed": true,
"verification": "whitelisted",
"image_url": "<string>"
}
}
]curl --request GET \
--url https://backend.swap.coffee/v1/tokens \
--header 'X-Api-Key: <api-key>'[
{
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"listed": true,
"verification": "whitelisted",
"image_url": "<string>"
}
}
]If true, only officially listed tokens are returned
list of tokens
Show child attributes