DEX API
CoinMarketCap DEX API delivers standardized on-chain market data across decentralized ecosystems, including Ethereum, Solana, and BNB Chain, with endpoint families for discovery, pricing, security signals, holders, and pair-level OHLCV/trade analytics.
The API is built for real products that need reliable on-chain token and pair intelligence, not ad hoc scraping.
Coverage is split by job-to-be-done so teams can integrate incrementally.
Core Request Model
Most DEX workflows pivot on two identifiers: network_slug (or platform_crypto_id) and contract_address. GET routes cover direct lookup patterns; POST routes handle complex filter logic and batch payloads. Operationally useful flags in v4 pair endpoints include skip_invalid, reverse_order, and aux fields such as holders and security_scan.
GET /v4/dex/pairs/quotes/latest
Required identity context:
- network_slug or network_id
- contract_address
Advanced controls:
- aux=holders,security_scan,buy_tax,sell_tax
- skip_invalid=true - reverse_order=true
Use case:
Pair quotes and enriched risk context in one request path.
A clear path from initial integration to scalable, production-grade DEX products.
These routes are especially useful when reducing request count and controlling latency under load.
For pay-per-request workflows, x402 routes support DEX search and pair quotes with on-chain USDC payment, including no API key flow for agent-driven use cases.