place-market-order
Execute market orders on specified exchanges by defining amount, side (buy/sell), symbol, and authentication details. Integrates with the PCM MCP server for streamlined trading operations.
Instructions
Place a market order on an exchange
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to buy/sell | |
| apiKey | Yes | API key for authentication | |
| exchange | Yes | Exchange ID (e.g., binance, coinbase) | |
| marketType | No | Market type (default: spot) | |
| secret | Yes | API secret for authentication | |
| side | Yes | Order side: buy or sell | |
| symbol | Yes | Trading pair symbol (e.g., BTC/USDT) |