v2
latestOpenAPI 3.0.12026-07-26334612609.5 KBChains
Get tokens for passed chainName.
get/chains/{chainName}/tokens
Path parameters
chainName'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR' required
Shortened chain name
Query parameters
networkIdnumber
Response
Get all tokens for chain
Example response
[
{
"name": "Shiba Inu",
"symbol": "SHIB",
"tokenAddresses": [
{
"networkId": 1,
"contractAddress": "0xbF394748301603f18d953C90F0b087CBEC0E1834"
}
]
}
]