cryptoquotes
CoinMarketCap
Crypto quotes, listings, DEX pairs — native x402 pay-per-call. Industry-standard crypto data.
Rate Limit Price
$$0.015+
USDC / CALL
Available Routes
5
Indexed APIs
GET
/api/v1/crypto/cmc/quotes
Real-time cryptocurrency quotes. Returns price, market cap, 24h volume, % changes. Must provide at least one of id/slug/symbol. id: CMC IDs comma-separated, e.g. "1,1027" (1=BTC, 1027=ETH). slug: slugs comma-separated, e.g. "bitcoin,ethereum". symbol: ticker symbols, e.g. "BTC,ETH" (returns highest market cap if ambiguous). convert: target currencies, e.g. "USD,BTC,CNY" (up to 120). convert_id: target currencies by CMC ID, e.g. "1,2781". aux: supplemental fields (comma-separated):
num_market_pairs, cmc_rank, date_added, tags, platform,
max_supply, circulating_supply, total_supply,
market_cap_by_total_supply, volume_24h_reported,
volume_7d, volume_7d_reported, volume_30d, volume_30d_reported,
is_active, is_fiat.
skip_invalid: boolean, true to skip invalid IDs (default false).
$0.015
Per Call
GET
/api/v1/crypto/cmc/listings
Cryptocurrency rankings (default sorted by market cap). start: pagination offset, 1-based (default 1). limit: results per page, 1-5000 (default 100). price_min / price_max: filter by USD price. market_cap_min / market_cap_max: filter by market cap. volume_24h_min / volume_24h_max: filter by 24h volume. circulating_supply_min / circulating_supply_max: filter by circulating supply. percent_change_24h_min / percent_change_24h_max: filter by 24h % change. convert: target currencies, e.g. "USD,CNY". convert_id: target currencies by CMC ID. sort: sort field — name, symbol, date_added, market_cap,
market_cap_strict, price, circulating_supply, total_supply,
max_supply, num_market_pairs, volume_24h, percent_change_1h,
percent_change_24h, percent_change_7d (default market_cap).
sort_dir: asc / desc. cryptocurrency_type: all / coins / tokens (default all). tag: filter by tag, e.g. defi, filesharing. aux: supplemental data fields.
$0.015
Per Call
GET
/api/v1/crypto/cmc/dex/pairs
DEX trading pair real-time quotes. Query on-chain DEX pairs by contract or network. network_slug: blockchain network, e.g. "ethereum", "bsc", "solana", "base", "arbitrum". contract_address: pair or token contract address. sort: sort field. sort_dir: sort direction asc/desc. start: pagination offset (default 1). limit: results per page (default 100). liquidity_min: minimum liquidity filter. volume_24h_min: minimum 24h volume filter. aux: supplemental data fields.
$0.015
Per Call
GET
/api/v1/crypto/cmc/dex/search
Search DEX tokens and trading pairs by keyword. query (required): search keyword, e.g. "PEPE", "uniswap", or contract address. network: filter by blockchain network, e.g. "ethereum", "bsc", "solana".
$0.015
Per Call
POST
/api/v1/crypto/cmc/mcp
CoinMarketCap MCP endpoint for AI agents. Access 12 AI tools via MCP protocol. This is a POST endpoint; request body uses MCP JSON-RPC format. Available tools: get_crypto_quotes_latest (real-time quotes), search_cryptos (search coins), get_crypto_info (coin metadata/whitepapers), get_crypto_technical_analysis (SMA/EMA/MACD/RSI/Fibonacci), get_crypto_marketcap_technical_analysis (market cap TA), get_crypto_metrics (on-chain: holder distribution/address analysis), get_global_metrics_latest (global: total market cap/BTC dominance/Fear & Greed), get_global_crypto_derivatives_metrics (derivatives: leverage/ETF flows), trending_crypto_narratives (trending narratives with performance data), get_upcoming_macro_events (macro events affecting crypto), get_crypto_latest_news (latest crypto news), search_crypto_info (semantic search: whitepapers/concepts/docs).
$0.015
Per Call