CoinGecko DEX API
Compatible with CoinGecko DEX standard.
Pass ?chain=tron for TRON mainnet data.
GET
/api/dex/pairs
Try it
All trading pairs with ticker IDs, pool addresses, and token contract addresses.
GET
/api/dex/tickers
Try it
Price, volume, bid/ask, 24h stats, and liquidity for each pair.
GET
/api/dex/orderbook?ticker_id={BASE_QUOTE}
Synthetic order book derived from AMM reserves.
Params: ticker_id (required) e.g. WTRXC_TKA
GET
/api/dex/historical_trades?ticker_id={BASE_QUOTE}
Recent trade history.
Params: ticker_id (required), limit (optional, max 200)
GeckoTerminal API
JSON:API-style endpoints for GeckoTerminal integration.
GET
/api/dex/pools
Try it
All liquidity pools with reserves, volume, price change, and token/network/dex relationships.
GET
/api/dex/tokens
Try it
All listed tokens with address, decimals, symbol, and logo URL.
GET
/api/dex/token/{address}
Single token metadata by contract address.
CoinMarketCap DEX API
Compatible with CMC DEX data standard.
GET
/api/cmc/v1/summary
Try it
Market summary for all pairs: price, volume, 24h change, bid/ask, liquidity.
GET
/api/cmc/v1/assets
Try it
All assets with contract addresses, decimals, fees, and withdrawal info.
GET
/api/cmc/v1/ticker
Try it
Ticker data keyed by pair ID, with contract addresses.
GET
/api/cmc/v1/orderbook/{market_pair}
Order book for a specific pair.
Params: depth (optional, max 50)
GET
/api/cmc/v1/trades/{market_pair}
Trade history for a specific pair (up to 200 trades).
DEX Info & Discovery
GET
/api/dex/info
Try it
Complete DEX metadata: name, networks, factory/router addresses, fee structure, token list URL, and full endpoint index.
GET
/api/config
Try it
Full chain config: tokens, contracts, RPC, fee limit.
GET
/api/chains
Try it
Supported chains with IDs, names, and explorers.
Analytics & Bridge
GET
/api/analytics/overview
Try it
DEX overview: total pairs, 24h volume, trade count.
GET
/api/analytics/pairs
Per-pair analytics: reserves, volume, price change.
GET
/api/analytics/trades
Recent trade feed across all pairs.
GET
/api/token-info/{address}
On-chain token metadata (name, symbol, decimals, total supply).
GET
/api/bridge/supported-tokens
Bridge-supported tokens with mapping between Tron Classic and TRON.