Retrieves a specific order by its ID (order hash) for the authenticated user. Builder-authenticated clients can also use this endpoint to retrieve orders attributed to their builder account.
Your API key
Ethereum address associated with the API key
HMAC signature of the request
API key passphrase
Unix timestamp of the request
Order ID (order hash)
Successfully retrieved order
Order ID (order hash)
"0xabcdef1234567890abcdef1234567890abcdef12"
Order status
ORDER_STATUS_LIVE, ORDER_STATUS_INVALID, ORDER_STATUS_CANCELED_MARKET_RESOLVED, ORDER_STATUS_CANCELED, ORDER_STATUS_MATCHED UUID of the order owner
"f4f247b7-4ac7-ff29-a152-04fda0a8755a"
Ethereum address of the maker
"0x1234567890123456789012345678901234567890"
Market (condition ID)
"0x0000000000000000000000000000000000000000000000000000000000000001"
Asset ID (token ID)
"0xabc123def456..."
Order side
BUY, SELL "BUY"
Original order size in fixed-math with 6 decimals
"100000000"
Size that has been matched in fixed-math with 6 decimals
"0"
Order price
"0.5"
Market outcome (YES/NO)
"YES"
Unix timestamp when the order expires
"1735689600"
Order type
GTC, FOK, GTD, FAK "GTC"
Unix timestamp when the order was created
1700000000
Array of associated trade IDs
["trade-123"]