You’ll need an API key before you start. Free tier is fine for this walkthrough.Documentation Index
Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt
Use this file to discover all available pages before exploring further.
1. Find pools for your token
Dexploit indexes swap data per pool (pair), not per token. A token like BONK has separate pools on Pump.fun, PumpSwap, Raydium, and Meteora — each with its own price and volume. Read Pairs vs tokens for the full picture. Start by listing pools for your token:pair_address of the pool you want — usually the one with the highest recent_volume_sol.
2. Pull the latest candles for that pool
volume_sol, volume_token, trade_count, buy_count, sell_count, and unique_traders are exact, not approximations. See Swap-event OHLCV for why this matters.
What’s next
Pairs vs tokens
Why every OHLCV endpoint takes
pair_address, not the token mint.Stream live swaps
Replace polling with a WebSocket subscription.
GitHub Examples
Working sample apps for chart, dashboard, and backfill workflows.
Authentication
API keys, headers, and tier limits.

