Skip to main content
Glama

CCXT MCP Server

set-market-type

Set the default market type (spot, future, swap, option, or margin) for all exchanges on the CCXT MCP Server, ensuring immediate application with optional cache clearing.

Instructions

Set default market type for all exchanges

Input Schema

NameRequiredDescriptionDefault
clearCacheNoClear exchange cache to apply changes immediately
marketTypeYesMarket type to set

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clearCache": { "default": true, "description": "Clear exchange cache to apply changes immediately", "type": "boolean" }, "marketType": { "description": "Market type to set", "enum": [ "spot", "future", "swap", "option", "margin" ], "type": "string" } }, "required": [ "marketType" ], "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