ordersPending_update events in real time on every order state change. Subscribe to multiple markets simultaneously by passing market names in the params array.
Query pending orders (one-time)
Fetch current pending orders for a market without subscribing to updates.params: [market, offset, limit]. Maximum limit: 100.
Request
Response
Subscribe to order updates
Order modification behavior
WhenPOST /api/v4/order/modify is called, the matching engine cancels the original order and creates a replacement, producing two sequential events:
event_id=3(Finish) — original order cancelled. Theidin the payload matches the oldorder_id.event_id=1(New) — replacement order created with a neworder_id.
order_id must update the stored value after each modify call. Use client_order_id for stable correlation across modifications.
The private stream returns active orders, including orders using Retail Price Improvement (RPI) mode.
Order object
Fields present in both the query response (records[]) and the pushed ordersPending_update payload.