Market Makers
Market makers will likely want to bypass the UI and programmatically interact with the smart contracts.
The code is all open sourced and available in the github repository.
We have also created a basic market maker bot which is also open-sourced at: https://github.com/odexfi/tradingbots/blob/main/odexMarketMaker.js
To view the orderbook we run the following function:
This external view function will return
For managing bulk orders there are two functions in the contract
This allows for efficient interaction with the orderbook using the least amount of transactions.
There is more technical information in the contract docs
Last updated