curl --request GET \
--url https://api.walletsuite.io/api/swaps/tokens \
--header 'x-api-key: <api-key>'{
"ok": true,
"code": "<string>",
"message": "<string>",
"data": [
{
"chain": "<string>",
"token": "<string>",
"symbol": "<string>",
"decimals": 123
}
]
}curl --request GET \
--url https://api.walletsuite.io/api/swaps/tokens \
--header 'x-api-key: <api-key>'{
"ok": true,
"code": "<string>",
"message": "<string>",
"data": [
{
"chain": "<string>",
"token": "<string>",
"symbol": "<string>",
"decimals": 123
}
]
}Was this page helpful?