Retrieves a list of tokens with comprehensive trading metrics.
Key improvements over v1:
Authentication is optional.
JWT token or API key
Filter tokens by hashtags (must match ALL hashtags provided - AND logic)
["defi", "ethereum"]Search keyword to filter by token name, symbol, or description (case-insensitive)
"bitcoin"
Filter tokens by chain slugs (returns tokens available on any of the specified chains)
Blockchain identifier. Supported chains: solana, solana-devnet, arbitrum, base, base-sepolia, avalanche, op-bnb, bnb, bnb-testnet, ethereum, monad, unichain, unichain-testnet, abstract, polygon, zksync, zksync-testnet
solana, solana-devnet, arbitrum, base, base-sepolia, avalanche, op-bnb, bnb, bnb-testnet, ethereum, monad, unichain, unichain-testnet, abstract, polygon, zksync, zksync-testnet ["base", "solana", "ethereum"]Filter tokens by builder address (case-insensitive). Returns only tokens deployed by this builder.
^0x[a-fA-F0-9]{40}$"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
Field to order results by
volume_1m, volume_5m, volume_1h, volume_24h, market_cap, price_change_24h, trx, holders, created_at "volume_24h"
Sort direction
ASC, DESC "DESC"
Maximum number of tokens to return
1 <= x <= 10020
Number of tokens to skip for pagination
x >= 00
Only return tokens with token_layer_id (verified)
false