Get CEX Tokens API
Fetches a list of tokens supported by Houdini Swap, detailing their respective chains. This information is useful for constructing token selection interfaces in applications.
Endpoint: GET /tokens
GET /tokensExample Request:
Example Response:
[
{
"id": "USDT",
"name": "Tether",
"symbol": "USDT",
"network": {
"name": "Ethereum Mainnet",
"shortName": "ETH",
"addressValidation": "^(0x)[0-9A-Fa-f]{40}$",
"memoNeeded": false,
"explorerUrl": "https://etherscan.io/tx/",
"addressUrl": "https://etherscan.io/address/",
"priority": 1,
"kind": "evm",
"chainId": 1
},
"color": "#26a17b",
"keyword": "usdt usdterc20 tether usdteth erc-20 erc20 eth",
"displayName": "USDT (ETHEREUM)",
"chain": 1,
"address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"hasMarkup": true,
"networkPriority": 2,
"icon": "https://...",
"hasFixed": true,
"hasFixedReverse": true
}
]Field
Type
Description
Field
Type
Description
Last updated