Get CoW Trade History
cow_get_tradesRetrieve trade history for an address or order on CoW Protocol, including transaction hash, buy/sell amounts, tokens, block number, and timestamp.
Instructions
Get trade history for an address or order on CoW Protocol.
Args:
network: The blockchain network
owner: The address to fetch trades for (optional if orderUid provided)
orderUid: Filter trades by specific order (optional if owner provided)
limit: Maximum number of trades to return (1-100, default 20)
offset: Pagination offset (default 0)
Note: Either owner or orderUid must be provided, but not both.
Returns a list of executed trades with:
Transaction hash
Sell/buy amounts and tokens
Block number and timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||