List supported tokens grouped by chain ID
Returns supported tokens grouped by chain ID. Use chains to limit the response to specific chain IDs and chainTypes to filter by EVM or SVM networks.
Query parameters
Comma-separated chain IDs used to filter tokens.
Comma-separated chain types to include. Supported values: EVM, SVM.
Headers
Optional API key for higher rate limits and fee rules.
Response
Tokens grouped by chain ID.
Example response
{
"8453": [
{
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"symbol": "USDC",
"decimals": 6,
"chainId": 8453,
"name": "USD Coin",
"coinKey": "USDC"
}
]
}Changes
Changed in 2 of the 8 revisions of this API.44
- ●
added the new
AMOUNT_TOO_LOWenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
AMOUNT_TOO_LOWenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
SLIPPAGE_EXCEEDEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
SLIPPAGE_EXCEEDEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○