Skip to main content
Glama

CCXT MCP Server

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

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/doggybee/mcp-server-ccxt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server