Get CoW Order Details
cow_get_orderRetrieve full details of a CoW Protocol order: sell and buy tokens, amounts, fee, validity period, signature, and app data. Pass the network and order UID.
Instructions
Get full details of an order on CoW Protocol.
Args:
network: The blockchain network
orderUid: The unique order identifier
Returns the complete order data including:
Sell/buy tokens and amounts
Fee amount
Validity period
Signature and signing scheme
App data
Creation timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | The network the order is on | mainnet |
| orderUid | Yes | The order UID to fetch |