Get token list for a chain
GET/v1/data/token/list
Fetches the complete token list for a given chain, including metadata such as symbol, name, decimals, and asset group.
Response Structure:
tokens: Object keyed by token address (lowercase) containing token metadatacount: Total number of tokens in the list
Token Metadata includes:
symbol: Token symbol (e.g., "USDC")name: Full token name (e.g., "USD Coin")decimals: Token decimals (e.g., 6 for USDC)assetGroup: Asset grouping for price lookupslogoURI: Optional logo URL
Request
Responses
- 200
- 400
Token list for the chain
Validation error