CoinMarketCap MCP

by shinzo-labs
Verified

fiatMap

Returns a mapping of all supported fiat currencies to unique CoinMarketCap IDs.

Input Schema

NameRequiredDescriptionDefault
include_metalsNo
limitNo
sortNo
startNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "include_metals": { "type": "boolean" }, "limit": { "type": "number" }, "sort": { "type": "string" }, "start": { "type": "number" } }, "type": "object" }