CCXT MCP Server

by doggybee
Verified
MIT License
127
4
  • Apple

get-market-types

Retrieve supported market types for a specific cryptocurrency exchange using the CCXT MCP Server. Simplify integration by identifying available trading markets.

Instructions

Get market types supported by an exchange

Input Schema

NameRequiredDescriptionDefault
exchangeYesExchange ID (e.g., binance, coinbase)

Input Schema (JSON Schema)

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