coinbase_place_order
Validates order placement against risk limits without executing real orders. Supports buy/sell market or limit orders with simulated fills.
Instructions
EXECUTION SCAFFOLD (dryRun hardcoded true). Validates a would-be order against config risk limits (mode/killSwitch/maxNotionalUsd). OBSERVE_ONLY rejects all; PAPER logs a simulated fill at best bid/ask. NEVER clicks the order form. No real order is ever placed in this pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| type | Yes | ||
| dryRun | No | ||
| baseSize | No | ||
| quoteSize | No | ||
| limitPrice | No | ||
| timeInForce | No | GTC | |
| clientOrderId | Yes |