Skip to main content
GET
Get Complex Order

Authorizations

X-River-Key-Id
string
header
required

UUID of your API key (from Settings → API Keys).

X-River-Timestamp
string
header
required

Current unix seconds. Must be within 30s of server time.

X-River-Signature
string
header
required

Base64 Ed25519 signature over the canonical request: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body) hex. See /api-reference/authentication for the full recipe.

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
required

Creation timestamp (UTC)

updated_at
string
required

Last update timestamp (UTC)

complex_order_subtype
string | null

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

river_id
integer | null

Instrument ID

generic_asset_id
string<uuid> | null

Generic asset basket ID

conditional_order
ConditionalOrderResponse · object | null

Conditional order detail

iceberg_order
IcebergOrderResponse · object | null

Iceberg order detail

peg_order
PegOrderResponse · object | null

Peg order detail

smart_taker_order
SmartTakerOrderResponse · object | null

Smart-taker order detail