5
Request
Response
Notes
- Sort:
(created_time DESC, order_id DESC); cursor compares(ts, id)lexicographically
Open and partially-filled orders (ordinary + algo) for an address, sorted DESC by created time.
5
(created_time DESC, order_id DESC); cursor compares (ts, id) lexicographically