Get CoW Order Status
cow_get_order_statusRetrieve the current status of a CoW Protocol order, including pending, open, fulfilled, cancelled, or expired states.
Instructions
Get the current status of an order on CoW Protocol.
Args:
network: The blockchain network
orderUid: The unique order identifier
Returns the order status which can be:
presignaturePending: Order is waiting for on-chain signature
open: Order is active and waiting to be matched
fulfilled: Order has been completely filled
cancelled: Order has been cancelled
expired: Order has expired
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | The network the order is on | mainnet |
| orderUid | Yes | The order UID (unique identifier) |