Set up your API key
Build faster with AI
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
Onchain token pricing — /onchain/.../token_price/{addresses}
- Pro API
- Demo API
Token market data — /onchain/.../tokens/{address}
- Pro API
- Demo API
| Key param | Use |
|---|---|
include | top_pools to see the most active pools for this token |
Token metadata — /onchain/.../tokens/{address}/info
- Pro API
- Demo API
Pool Discovery & Liquidity
Pool details — /onchain/.../pools/{address}
- Pro API
- Demo API
reserve_in_usd is your liquidity indicator — total value locked in the pool.Trending pools — /onchain/networks/trending_pools
- Pro API
- Demo API
| Key param | Use |
|---|---|
include | base_token, quote_token, dex, network for richer context |
duration | 1h, 6h, or 24h trending window |
Advanced screening — /onchain/pools/megafilter
- Pro API
- Demo API
| Key param | Use |
|---|---|
networks | Filter by chains (e.g. eth,solana,base) |
volume_24h_usd_min / max | Volume thresholds |
reserve_usd_min / max | Liquidity depth |
pool_age_min / max | Pool age in hours — find new pools |
sort | volume_24h_usd_desc, reserve_usd_desc, etc. |
DEX Charts & Trades
Pool OHLCV — sub-minute candles
second, minute, hour, and day timeframes.- Pro API
- Demo API
[timestamp, open, high, low, close, volume].| Key param | Use |
|---|---|
aggregate | Combine candles — 5 for 5-min, 4 for 4-hour |
limit | Up to 1000 data points |
currency | usd for fiat or token for base-token denomination |
Token OHLCV — aggregated across pools
- Pro API
- Demo API
Pool trades — last 300 trades
- Pro API
- Demo API
Token Holder Analytics
Top holders — /onchain/.../tokens/{address}/top_holders
wallet_tag field identifies known entities (exchanges, protocols, treasuries).- Pro API
- Demo API
Holder count over time — /onchain/.../tokens/{address}/holders_chart
- Pro API
- Demo API

