Generic read-oriented endpoint for info handlers.
Supported request types:
Documentation Index
Fetch the complete documentation index at: https://docs.tokenlayer.network/llms.txt
Use this file to discover all available pages before exploring further.
JWT token or API key
Fetch tokens list with trading metrics
getTokensV2 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
Successful response