Skip to main content
GET
Get Complex Order

Path Parameters

complex_order_id
string<uuid>
required

Response

Successful Response

Schema for a complex order response (unified across all complex order types).

complex_order_id
string<uuid>
required

Unique complex order identifier

complex_order_type
string
required

Complex order type: CONDITIONAL, TWAP, etc.

subaccount_id
string<uuid>
required

Subaccount the order belongs to

status
string
required

Order status (interpretation depends on complex_order_type)

created_at
string<date-time>
required

Creation timestamp (UTC)

updated_at
string<date-time>
required

Last update timestamp (UTC)

complex_order_subtype
string | null

Complex order subtype: TP, SL, STOP, etc.

centos_id
integer | null

Instrument ID

custom_asset_id
string<uuid> | null

Custom asset basket ID

conditional_order
ConditionalOrderResponse · object | null

Conditional order