v47

latestOpenAPI 3.1.0Contact usraw.githubusercontent.com2026-07-1061131268.6 KB
Order Requests

Get Order Request by ID

Get a specific OrderRequest by its ID.

get/api/v2/accounts/{account_id}/order_requests/{order_request_id}

Response

OK

idstring uuid required

ID of OrderRequest. This is the primary identifier for the /order_requests routes.

account_idstring uuid required

ID of Account placing the OrderRequest.

status'QUOTED' | 'PENDING' | 'PENDING_BRIDGE' | 'SUBMITTED' | 'ERROR' | 'CANCELLED' | 'EXPIRED' | 'REJECTED' required
created_dtstring date-time required

Datetime at which the OrderRequest was created. ISO 8601 timestamp.

order_side'BUY' | 'SELL' required
order_type'MARKET' | 'LIMIT' required
order_tif'DAY' | 'GTC' | 'IOC' | 'FOK' required
recipient_account_idstring uuid nullable

ID of recipient Account.

order_idstring uuid nullable

ID of Order created from the OrderRequest. This is the primary identifier for the /orders routes.

client_order_idstring nullable

Customer-supplied ID to map this OrderRequest to an order in their own systems.

cancel_messagestring nullable

Reason for the order cancellation if the order status is CANCELLED

reject_messagestring nullable

Reason for the order rejection if the order status is REJECTED