place-futures-market-order
Execute a futures market order on supported cryptocurrency exchanges. Specify exchange, trading pair, side, amount, and authentication details to place buy or sell orders directly through the CCXT MCP Server.
Instructions
Place a futures market order
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount to buy/sell | |
apiKey | Yes | API key for authentication | |
exchange | Yes | Exchange ID (e.g., binance, bybit) | |
marketType | No | Market type (default: future) | future |
params | No | Additional order parameters | |
passphrase | No | Passphrase for authentication (required for some exchanges like KuCoin) | |
secret | Yes | API secret for authentication | |
side | Yes | Order side: buy or sell | |
symbol | Yes | Trading pair symbol (e.g., BTC/USDT) |