Skip to main content
Glama

CoinMarketCap MCP

dexPairsOhlcvHistorical

Retrieve historical OHLCV and market cap data for spot pairs using customizable time intervals. Analyze trading trends and performance metrics for informed decision-making.

Instructions

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

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