Market symbol as base-quote pair e.g. 'ETH-USD'
Exchange-assigned order identifier
Address of the wallet which placed the order
Timestamp of initial order processing by the matching engine
Current order status
enum OrderStatus
OrderType
enum OrderType
enum OrderSide
Original quantity specified by the order in base terms
Quantity that has been executed in base terms
Cumulative quantity that has been spent (buy orders) or received (sell orders) in quote terms.
Reduce only orders are only accepted opposite open positions and only reduce an opposite position’s size
Self-trade prevention policy
Optional
clientClient-specified order identifier (if provided)
Optional
errorError short code explaining forced cancelation condition
Optional
errorError description explaining forced cancelation condition
Optional
avgWeighted average price of fills associated with the order; only present with fills
Optional
priceOriginal price specified by the order in quote terms, omitted for all market orders
Optional
triggerStop loss or take profit price for order types:
Activation price for order types:
Optional
triggerPrice type for triggerPrice, last or index, only present when triggerPrice is defined
enum TriggerType
Optional
timeenum TimeInForce
Optional
fillsArray of order fill objects
The standard order object.