CCXT MCP Server

by lazy-dinosaur
Verified

fetchMarkets

Retrieve market data from cryptocurrency exchanges by specifying the exchange ID. Integrates with the CCXT MCP Server to access trading capabilities across 100+ exchanges.

Instructions

Fetch markets from a cryptocurrency exchange

Input Schema

NameRequiredDescriptionDefault
exchangeIdYesExchange ID (e.g., 'binance', 'coinbase')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchangeId": { "description": "Exchange ID (e.g., 'binance', 'coinbase')", "type": "string" } }, "required": [ "exchangeId" ], "type": "object" }
ID: mt6hftp7hy