Query orders (caller-scoped)
Query orders (caller-scoped)
Ủy quyền
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Tham số truy vấn
Optional order identifier filter.
Filter by the order stable entry key. Trade records use the same value in original_req_id, which can be used to match orders and trades.
Filter by the originating client order id.
Optional refinement. Must be one of the caller's permitted accounts — a request for an account the caller has no grant on is rejected with 403.
Optional trading symbol filter.
Optional order status filter.
Start of the time window as epoch nanoseconds.
End of the time window as epoch nanoseconds.
Page size. Defaults to 200; capped by the per-API max limit.
x >= 1Zero-based number of records to skip.
x >= 0Phản hồi
Orders result
Order query response.
Order identifier.
Trading account identifier.
Trading symbol.
Order status filter.
Maximum number of records returned.
Zero-based number of records skipped before returning results.
Number of records in the response page or aggregation.
Order records returned for the current page.

