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
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