set-margin-mode
Configure futures trading margin mode (cross or isolated) on supported exchanges using the CCXT MCP Server. Specify exchange, symbol, and API credentials for precise margin management.
Instructions
Set margin mode for futures trading
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | Yes | API key for authentication | |
exchange | Yes | Exchange ID (e.g., binance, bybit) | |
marginMode | Yes | Margin mode: cross or isolated | |
marketType | No | Market type (default: future) | future |
passphrase | No | Passphrase for authentication (required for some exchanges like KuCoin) | |
secret | Yes | API secret for authentication | |
symbol | Yes | Trading pair symbol (e.g., BTC/USDT) |