按 ID 获取订单
Retrieves a specific order by its ID (order hash) for the authenticated user, including canceled or fully matched orders. 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. CANCELED_MARKET_RESOLVED cancels the unfilled remainder when the market resolves; it does not undo settled fills.
LIVE, INVALID, CANCELED_MARKET_RESOLVED, CANCELED, 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 shares, as a decimal string. Already normalized; do not divide by 1e6.
"100"
Matched size in shares, as a decimal string. Retained after cancellation; this is not the current position balance.
"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