pre_check_order
Check an order's margin, limits, and criteria before placing it to avoid rejection.
Instructions
Pre-check an order before placing it (validates margin, limits, etc.).
Args: category: Product type: inverse, linear, option. symbol: Symbol, e.g., BTCUSDT. side: Buy or Sell. order_type: Market or Limit. qty: Order quantity. price: Order price (required for Limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| symbol | Yes | ||
| side | Yes | ||
| order_type | Yes | ||
| qty | Yes | ||
| price | No |