Set up your API key
Build faster with AI
TL;DR
Use /onchain/…/token_price for onchain pricing, /onchain/…/pools/…/ohlcv for DEX charts, /onchain/…/pools/…/trades for trade history, and /onchain/…/tokens/…/top_holders for wallet distribution.
Use /onchain/…/token_price for onchain pricing, /onchain/…/pools/…/ohlcv for DEX charts, /onchain/…/pools/…/trades for trade history, and /onchain/…/tokens/…/top_holders for wallet distribution.
Replace YOUR_API_KEY in the examples below with your actual key. Get one here →
Token Analytics
1
Onchain token pricing — /onchain/.../token_price/{addresses}
Real-time prices for any onchain token by contract address — including tokens not listed on CoinGecko. Batch multiple addresses in one call.
- Pro API
- Demo API
2
Token market data — /onchain/.../tokens/{address}
Price, volume, FDV, market cap, price changes, and transaction counts for a token.
- Pro API
- Demo API
3
Token metadata — /onchain/.../tokens/{address}/info
Description, socials, websites, CoinGecko ID, and GeckoTerminal analytics score.
- Pro API
- Demo API
Pool Discovery & Liquidity
1
Pool details — /onchain/.../pools/{address}
Reserve (TVL), volume, price, transaction counts, and price changes for a specific pool.
- Pro API
- Demo API
reserve_in_usd is your liquidity indicator — total value locked in the pool.2
Trending pools — /onchain/networks/trending_pools
Hottest liquidity pools across all networks — spot early DeFi momentum.
- Pro API
- Demo API
3
Advanced screening — /onchain/pools/megafilter
Filter pools by volume, liquidity, age, network, DEX, and more — the most powerful pool discovery endpoint.
- Pro API
- Demo API
DEX Charts & Trades
1
Pool OHLCV — sub-minute candles
OHLCV for a specific pool with Response format:
second, minute, hour, and day timeframes.- Pro API
- Demo API
[timestamp, open, high, low, close, volume].2
Token OHLCV — aggregated across pools
Same format as pool OHLCV, but aggregated across all pools for a token — broader market view.
- Pro API
- Demo API
Pool OHLCV reflects a single pool’s price action. Token OHLCV aggregates across all pools — use it for a broader market view.
3
Pool trades
Recent swap activity for a specific pool — monitor execution or trigger alerts on large trades.On Analyst & above, set
trading_period to 7d or 30d to look further back than the 24-hour default, and page through the results with cursor.- Pro API
- Demo API
Token Holder Analytics
1
Top holders — /onchain/.../tokens/{address}/top_holders
Wallet addresses, balances, and ownership percentages for the largest holders. The
wallet_tag field identifies known entities (exchanges, protocols, treasuries).- Pro API
- Demo API
2
Holder count over time — /onchain/.../tokens/{address}/holders_chart
Historical holder count — rising count signals adoption, declining count may indicate distribution concerns.
- Pro API
- Demo API

