Get paginated token list
Tokens
Get Token List
Retrieve a paginated list of tokens available for swapping on the specified chain. Returns token metadata including symbol, name, decimals, logo, verification status, and USD pricing.
GET
Get paginated token list
Token data is cached and refreshed periodically. Prices (
buyPriceUsd, sellPriceUsd) are updated every few seconds.Filtering
Useverified=true to return only tokens that have been verified by the AKKA team. This is recommended for user-facing token selectors to avoid showing low-quality or scam tokens.Authorizations
API key for authentication. Contact AKKA on Telegram to obtain your key.
Path Parameters
Blockchain chain ID
Available options:
999 Example:
999
Query Parameters
Page number for pagination (0-based).
Required range:
x >= 0Example:
0
Number of tokens per page.
Required range:
x >= 1Example:
50
Filter to only return verified tokens. Omit to return all tokens.
Response
Token list retrieved successfully
Map of token addresses to token data
