Submit Limit Orders via API
Introduction
In case you would like to submit orders programmatically instead of via a UI, this tutorial will show you how to do that. There are a couple of reasons why you might want to do this:
Submitting “take profit” limit orders, where the current market price would not allow execution
Submitting on-chain orders without API interactions
Other more automated trading strategies
The general API documentation can be found here: https://api.cow.fi/docs. We have also written a small trading bot script.
Last updated