CoinMarketCap MCP

by shinzo-labs
Verified

dexListingsLatest

Returns a paginated list of all decentralised cryptocurrency exchanges including the latest aggregate market data.

Input Schema

NameRequiredDescriptionDefault
auxNo
convert_idNo
limitNo
sortNo
sort_dirNo
startNo
typeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aux": { "type": "string" }, "convert_id": { "type": "string" }, "limit": { "type": "string" }, "sort": { "enum": [ "name", "volume_24h", "market_share", "num_markets" ], "type": "string" }, "sort_dir": { "enum": [ "desc", "asc" ], "type": "string" }, "start": { "type": "string" }, "type": { "enum": [ "all", "orderbook", "swap", "aggregator" ], "type": "string" } }, "type": "object" }