Binance · Schema
Binance Order
Represents a trading order on the Binance exchange, applicable across spot, margin, and futures markets.
CryptocurrencyExchangeTradingBlockchainFinanceDeFiMarket Data
Properties
| Name | Type | Description |
|---|---|---|
| symbol | string | Trading pair symbol, e.g. BTCUSDT. |
| orderId | integer | Unique order identifier assigned by Binance. |
| orderListId | integer | Order list identifier for OCO orders. -1 if not part of an OCO. |
| clientOrderId | string | Client-specified unique order identifier. |
| price | string | Order price as a decimal string. |
| origQty | string | Original order quantity. |
| executedQty | string | Quantity that has been executed/filled. |
| cummulativeQuoteQty | string | Cumulative quote asset quantity transacted. |
| status | string | Current order status. |
| timeInForce | string | Time in force policy. |
| type | string | Order type. |
| side | string | Order side: buy or sell. |
| stopPrice | string | Stop/trigger price for conditional orders. |
| icebergQty | string | Iceberg quantity for iceberg orders. |
| time | integer | Order creation time in milliseconds since Unix epoch. |
| updateTime | integer | Last update time in milliseconds since Unix epoch. |
| isWorking | boolean | Whether the order is currently on the order book. |
| workingTime | integer | Time when the order started working on the book. |
| origQuoteOrderQty | string | Original quote order quantity for market orders. |
| selfTradePreventionMode | string | Self-trade prevention mode. |
| positionSide | string | Position side for futures hedge mode. |
| reduceOnly | boolean | Whether this is a reduce-only order (futures). |
| closePosition | boolean | Whether this order closes the entire position (futures). |
| activatePrice | string | Activation price for trailing stop market orders. |
| priceRate | string | Callback rate for trailing stop market orders. |
| workingType | string | Stop price trigger type for futures. |
| priceProtect | boolean | Whether price protection is enabled. |