Retrieve the current status and details of an order. This endpoint returns comprehensive information about the order’s progress through the execution pipeline, including timestamps for each stage and any metadata from the prediction market or on-chain transactions.
The order ID (intent ID) returned from the Create Order endpoint
Order details
Unique order intent ID
"intent_abc123xyz"
Client-provided order ID
"client-order-123"
Order action details
{
"orderType": "MarketOrder",
"order": {
"quoteToken": {
"type": "chain",
"data": {
"tokenId": "USDC",
"chainId": 8453,
"contractAddress": "0x..."
}
},
"baseToken": {
"type": "kalshi",
"data": {
"marketId": "BTC-100K-2024",
"side": "yes"
}
},
"orderType": "BUY",
"baseQuantity": "100",
"maxQuoteQuantityIn": "50.00"
},
"chainId": 8453
}When the order was created
"2024-01-12T10:00:00.000Z"
pending, executing, validated, completed, failed "validated"
When balance was validated
"2024-01-12T10:00:05.000Z"
When transaction was filled
"2024-01-12T10:00:10.000Z"
Blockchain transaction hash
"0xabc123..."
Whether the order is complete
false
Reason for termination if failed
null