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

