Added
v1.8.1 - 2025-09-02
1 day ago by ReadMe CLI
Added Documentation Error (Corrected in 1.13.0)
-
WebSocket trade events now include order size and fill information⚠️ Correction: This entry was documented in error. Trade events do NOT include
order_sizeorfilled_amountfields. These fields are available on order events (post_order,update_order,cancel_order), not trade events. See version 1.13.0 for the correct trade event structure.For order lifecycle tracking, subscribe to orderbook channels and use the
update_orderevent (added in 1.12.0) which provides complete order state includingfilled_amount.
