CoinMarketCap MCP

by shinzo-labs
Verified

dexPairsOhlcvHistorical

Returns historical OHLCV data along with market cap for any spot pairs using time interval parameters.

Input Schema

NameRequiredDescriptionDefault
auxNo
contract_addressNo
convert_idNo
countNo
intervalNo
network_idNo
network_slugNo
reverse_orderNo
skip_invalidNo
time_endNo
time_periodNo
time_startNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aux": { "type": "string" }, "contract_address": { "type": "string" }, "convert_id": { "type": "string" }, "count": { "type": "string" }, "interval": { "enum": [ "1m", "5m", "15m", "30m", "1h", "4h", "8h", "12h", "daily", "weekly", "monthly" ], "type": "string" }, "network_id": { "type": "string" }, "network_slug": { "type": "string" }, "reverse_order": { "type": "string" }, "skip_invalid": { "type": "string" }, "time_end": { "type": "string" }, "time_period": { "enum": [ "daily", "hourly", "1m", "5m", "15m", "30m", "4h", "8h", "12h", "weekly", "monthly" ], "type": "string" }, "time_start": { "type": "string" } }, "type": "object" }