Retrieve list of tokens for specified chains
GetTokenList endpoint retrieves a list of tokens available on specified chains. This is useful for building token selection UIs, searching for tokens, and discovering available assets for swaps and transfers.
| Use Case | Parameters |
|---|---|
| Featured tokens only | Default (no extra params) |
| All tokens | includeAllListed: true |
| Search by name/symbol | searchQuery: "USDC" |
| Specific token lookup | tokenAddress: "0x..." |
| Exclude tokens | excludeTokens: ["0x...", "0x..."] |
includeAllListed for comprehensive token lists.API Key for authenticating requests, get an access key at https://trails.build and request early access
Successful response
[]TokenInfo