CoinMarketCap MCP

by shinzo-labs
Verified

priceConversion

Convert an amount of one cryptocurrency or fiat currency into one or more different currencies.

Input Schema

NameRequiredDescriptionDefault
amountYes
convertNo
convert_idNo
idNo
symbolNo
timeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "type": "number" }, "convert": { "type": "string" }, "convert_id": { "type": "string" }, "id": { "type": "string" }, "symbol": { "type": "string" }, "time": { "type": "string" } }, "required": [ "amount" ], "type": "object" }