Retrieve order status using the client-provided order ID. This is useful for tracking orders submitted directly on-chain using the calldata endpoint.
The unique client-provided identifier for the order
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