Skip to main content
Glama

CoinMarketCap MCP

dexListingsLatest

Retrieve a paginated list of decentralised cryptocurrency exchanges with aggregated market data, including volume, market share, and number of markets, sorted and filtered by criteria.

Instructions

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinzo-labs/coinmarketcap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server