place-futures-market-order
Execute futures market orders for cryptocurrency trading pairs. Specify exchange, symbol, side, amount, and authentication details to automate buying or selling on supported platforms.
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 | |
secret | Yes | API secret for authentication | |
side | Yes | Order side: buy or sell | |
symbol | Yes | Trading pair symbol (e.g., BTC/USDT) |