Token Lists
Get token list for a chain
Retrieve the complete token list for a specific blockchain network
get/list/{chain_id}
Path parameters
chain_id4217 | 42431 | 31318 required
Response
Successful response with token list
Example response
{
"schema": "https://esm.sh/gh/uniswap/token-lists/src/tokenlist.schema.json",
"name": "Tempo Testnet",
"logo_uri": "https://esm.sh/gh/tempoxyz/tokenlist/data/42431/icon.svg",
"tokens": [
{
"chain_id": 1,
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals": 18,
"name": "Bridged USDC",
"symbol": "USDC.e",
"logo_uri": "https://esm.sh/gh/tempoxyz/tokenlist/data/42431/icons/usdc.svg",
"extensions": {
"chain": "tempo",
"label": "PathUSD",
"coingeckoId": "pathusd",
"bridgeInfo": {
"sourceChainId": 1,
"sourceAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
}
}
}
]
}