binance_us_test_order
Validate Binance.US order parameters and signature before executing trades. Test new orders without placing them to ensure correct configuration.
Instructions
Test a new order on Binance.US without actually placing it. Validates order parameters and signature without executing the trade.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair symbol (e.g., BTCUSD, ETHUSD) | |
| side | Yes | Order side: BUY or SELL | |
| type | Yes | Order type: LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT, LIMIT_MAKER | |
| timeInForce | No | Time in force: GTC, IOC, or FOK | |
| quantity | No | Order quantity in base asset | |
| quoteOrderQty | No | Order quantity in quote asset (for MARKET orders) | |
| price | No | Order price | |
| newClientOrderId | No | Unique client order ID | |
| stopPrice | No | Stop price for stop orders | |
| trailingDelta | No | Trailing delta in BIPS | |
| icebergQty | No | Iceberg quantity | |
| newOrderRespType | No | Response type | |
| selfTradePreventionMode | No | Self-trade prevention mode | |
| recvWindow | No | Receive window in milliseconds (max 60000) |