Orders
Get order by client ID
Retrieves an order using the client-provided identifier.
Requires authentication.
| Status | Message | Cause |
|---|
| 400 | client_order_id is required | The cl_oid path parameter is empty |
| 404 | order with client_order_id {cl_oid} not found | No order exists with the given client order ID |
ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>
API key for authentication
In: header
x-api-signature<token>
HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))
In: header
x-api-timestamp<token>
Unix timestamp in seconds
In: header
cl_oid*string
Client-assigned order identifier.