Get tokens list with trading metrics (v2)
Retrieves a list of tokens with comprehensive trading metrics.
Key improvements over v1:
- All calculations done in database for better performance
- Volume metrics for multiple time periods (1m, 5m, 1h, 24h)
- Transaction count (trx) and holder counts
- Price change percentage over 24h
- Keyword search across name, symbol, and description
- Multi-hashtag filtering with AND logic
- Flexible ordering by any metric
Authentication is optional.
Authorizations
JWT token or API key
Body
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"
Filter tokens by launch stage. Defaults to stage-specific ordering when provided without an explicit order_by.
new, graduating, graduated "graduating"
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
