Skip to main content
Glama

CCXT MCP Server

get-market-types

Identify supported market types for a specific cryptocurrency exchange using CCXT MCP Server. Input an exchange ID to retrieve detailed market type information.

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