Get Order Status
Orders
Get Order Status
Retrieve the current state of an order.
GET
Get Order Status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the order. Example value: 01JRQM8H5XYZABCDEFGHJKMNPQ. You can get this value from the create, modify or cancel response.
Response
Order status. See Order Lifecycle.
Available options:
pending, accepted, open, completed, cancelled, rejected, not_found Order last update timestamp (milliseconds since epoch).
Client-generated UUID for correlation.
Status message.
The last action recorded for this order.
Available options:
create, modify, cancel Contract name.
Unique identifier for the order.
Order quantity.
Quantity filled so far.
Quantity not yet filled.
Why the order was rejected.