PCM

by rand-tech
Verified

set-market-type

Configure default market types (spot, future, swap, option, margin) for all exchanges with immediate cache clearing for instant application on the PCM MCP server.

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" }
ID: ma2f8iji6w