Base URLs
| Environment | URL |
|---|---|
| Production | https://api.cow.fi/mainnet |
| Staging | https://barn.api.cow.fi/mainnet |
| Gnosis Chain | https://api.cow.fi/xdai |
| Arbitrum | https://api.cow.fi/arbitrum_one |
| Base | https://api.cow.fi/base |
| Sepolia | https://api.cow.fi/sepolia |
Key Endpoints
Quotes
POST /api/v1/quote— Get a price quote for a trade
Orders
POST /api/v1/orders— Submit a signed orderGET /api/v1/orders/{UID}— Get order by UIDDELETE /api/v1/orders/{UID}— Cancel an orderGET /api/v1/account/{owner}/orders— Get orders for an account
Trades
GET /api/v1/trades— Get trades (filter byownerororderUid)
Auction
GET /api/v1/auction— Get the current batch auctionGET /api/v1/solver_competition/{auction_id}— Get solver competition results