List pools (pairs)
Pairs
List pools (pairs)
List on-chain pools indexed by Dexploit. Response shape varies with input:
- No
token_address(or onlyprotocol):datais a flat array ofpair_addressstrings — the cheapest way to enumerate pools. - With
token_address(ortoken_addresses):datais an array ofPairobjects withprotocolandrecent_volume_sol, sorted by recent SOL volume — the discovery path for thepair_addressyou’ll pass to candle and swap endpoints.
GET
List pools (pairs)
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Query Parameters
Token mint to find pools for. When set, the response is sorted by recent SOL volume.
Comma-separated list of token mints (max 200). Same enriched response as token_address.
DEX protocol to filter by. Canonical lowercase snake_case DEX name.
Available options:
pumpfun, pumpswap, raydium_amm, raydium_clmm, raydium_cpmm, orca, meteora_damm_v2, meteora_dbc, meteora_dlmm, meteora_pools Required range:
1 <= x <= 500
