CoinMarketCap MCP

by shinzo-labs
Verified

dexSpotPairsLatest

Returns a paginated list of all active dex spot pairs with latest market data.

Input Schema

NameRequiredDescriptionDefault
auxNo
base_asset_contract_addressNo
base_asset_idNo
base_asset_symbolNo
base_asset_ucidNo
convert_idNo
dex_idNo
dex_slugNo
limitNo
liquidity_maxNo
liquidity_minNo
network_idNo
network_slugNo
no_of_transactions_24h_maxNo
no_of_transactions_24h_minNo
percent_change_24h_maxNo
percent_change_24h_minNo
quote_asset_contract_addressNo
quote_asset_idNo
quote_asset_symbolNo
quote_asset_ucidNo
reverse_orderNo
scroll_idNo
sortNo
sort_dirNo
volume_24h_maxNo
volume_24h_minNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aux": { "type": "string" }, "base_asset_contract_address": { "type": "string" }, "base_asset_id": { "type": "string" }, "base_asset_symbol": { "type": "string" }, "base_asset_ucid": { "type": "string" }, "convert_id": { "type": "string" }, "dex_id": { "type": "string" }, "dex_slug": { "type": "string" }, "limit": { "type": "string" }, "liquidity_max": { "type": "string" }, "liquidity_min": { "type": "string" }, "network_id": { "type": "string" }, "network_slug": { "type": "string" }, "no_of_transactions_24h_max": { "type": "string" }, "no_of_transactions_24h_min": { "type": "string" }, "percent_change_24h_max": { "type": "string" }, "percent_change_24h_min": { "type": "string" }, "quote_asset_contract_address": { "type": "string" }, "quote_asset_id": { "type": "string" }, "quote_asset_symbol": { "type": "string" }, "quote_asset_ucid": { "type": "string" }, "reverse_order": { "type": "string" }, "scroll_id": { "type": "string" }, "sort": { "enum": [ "name", "date_added", "price", "volume_24h", "percent_change_1h", "percent_change_24h", "liquidity", "fully_diluted_value", "no_of_transactions_24h" ], "type": "string" }, "sort_dir": { "enum": [ "desc", "asc" ], "type": "string" }, "volume_24h_max": { "type": "string" }, "volume_24h_min": { "type": "string" } }, "type": "object" }