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)
["base", "solana", "ethereum"]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