Skip to main content
GET
Get an order

Authorizations

Authorization
string
header
required

Privy-issued JWT. Required for L1 routes; accepted on L2 routes.

Path Parameters

order_hash
string
required

Response

OK

order_hash
string | null
condition_id
string
chain_id
integer
Example:

56

side
enum<string>
Available options:
BUY,
SELL
outcome
enum<integer>
Available options:
0,
1
order_type
enum<string>
Available options:
LIMIT,
MARKET,
GTD
price
string
size
string
remaining_size
string
status
enum<string>
Available options:
OPEN,
PARTIALLY_FILLED,
MATCHED,
FILLED,
CANCELLED,
EXPIRED,
MATCH_FAILED
token_id
string | null
fee_rate_bps
integer
expiration
string | null
book_added_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>