Skip to main content
Glama

CCXT MCP Server

get-markets

Retrieve all available markets for a specified cryptocurrency exchange using a high-performance MCP server, enabling efficient data integration and analysis.

Instructions

Get all available markets for an exchange

Input Schema

NameRequiredDescriptionDefault
exchangeYesExchange ID (e.g., binance, coinbase)
pageNoPage number
pageSizeNoItems per page

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" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "pageSize": { "default": 100, "description": "Items per page", "type": "number" } }, "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