Skip to main content
GET
Get Order Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

Unique identifier of the order. Example value: 01JRQM8H5XYZABCDEFGHJKMNPQ. You can get this value from the create, modify or cancel response.

Response

status
enum<string>
required

Order status. See Order Lifecycle.

Available options:
pending,
accepted,
open,
completed,
cancelled,
rejected,
not_found
updatedAt
integer<int64>
required

Order last update timestamp (milliseconds since epoch).

clientRequestId
string

Client-generated UUID for correlation.

body
string

Status message.

action
enum<string>

The last action recorded for this order.

Available options:
create,
modify,
cancel
contract
string

Contract name.

orderId
string

Unique identifier for the order.

quantity
string

Order quantity.

filledQuantity
string

Quantity filled so far.

remainingQuantity
string

Quantity not yet filled.

reason
string

Why the order was rejected.