Skip to main content
POST
Look up a single order by id

Body

application/json
order_id
string<uuid>
required

UUID v4 string

subaccount_id
integer<int64>
required

Response

Success

amount
string<decimal>
required

Decimal string of the human value (e.g. "1.5"), up to 12 fractional digits; a string or JSON number is accepted

average_price
string<decimal>
required

Decimal string of the human value (e.g. "1.5"), up to 12 fractional digits; a string or JSON number is accepted

creation_timestamp
integer<int64>
required
direction
enum<string>
required
Available options:
buy,
sell
extra_fee
string<decimal>
required

Decimal string of the human value (e.g. "1.5"), up to 12 fractional digits; a string or JSON number is accepted

filled_amount
string<decimal>
required

Decimal string of the human value (e.g. "1.5"), up to 12 fractional digits; a string or JSON number is accepted

instrument_name
string
required
is_transfer
boolean
required
last_update_timestamp
integer<int64>
required
limit_price
string<decimal>
required

Decimal string of the human value (e.g. "1.5"), up to 12 fractional digits; a string or JSON number is accepted

max_fee
string<decimal>
required

Decimal string of the human value (e.g. "1.5"), up to 12 fractional digits; a string or JSON number is accepted

mmp
boolean
required
nonce
string
required
order_fee
string<decimal>
required

Decimal string of the human value (e.g. "1.5"), up to 12 fractional digits; a string or JSON number is accepted

order_id
string
required
order_status
enum<string>
required
Available options:
open,
filled,
rejected,
cancelled,
expired,
untriggered,
algo_active
order_type
enum<string>
required
Available options:
limit,
market
quote_id
string<uuid> | null
required

Optional UUID v4 string

replaced_order_id
string<uuid> | null
required

Optional UUID v4 string

signature
string
required
signature_expiry_sec
integer<int64>
required
signed_limit_price
string<decimal> | null
required

Optional decimal string of the human value (e.g. "1.5"), up to 12 fractional digits, or null; a string or JSON number is accepted

signer
string
required
subaccount_id
integer<int64>
required
time_in_force
enum<string>
required
Available options:
gtc,
post_only,
fok,
ioc
trigger_price
string<decimal> | null
required

Optional decimal string of the human value (e.g. "1.5"), up to 12 fractional digits, or null; a string or JSON number is accepted

algo_duration_sec
integer<int32> | null
algo_num_slices
integer<int32> | null
algo_slices_completed
integer<int32> | null
algo_type
enum<string> | null
Available options:
twap
cancel_reason
enum<string>
default:""
Available options:
,
user_request,
mmp_trigger,
insufficient_margin,
signed_max_fee_too_low,
cancel_on_disconnect,
ioc_or_market_partial_fill,
session_key_deregistered,
subaccount_withdrawn,
compliance,
trigger_failed,
validation_failed,
algo_completed
label
string
default:""
trigger_price_type
enum<string> | null
Available options:
mark,
index
trigger_reject_message
string | null
trigger_type
enum<string> | null
Available options:
stoploss,
takeprofit