Paradex and Bybit examples
Last week, we released the Paradex wrapper:
The example scripts for using our paradex and bybit wrappers have been published - do note that these are gateway compatible, and you can test out the market-maker scripts on it too!
We have put in a lot of effort into the wrapper suites - currently I run a global cross-exchange arbitrage across ~5 exchanges using quantpylib as the infra, and just about 500~lines of driver code! The endpoints are implemented to be seamless - and we take care of all of the legwork such as schema normalization, request pagination and so on. For instance - in Bybit, you will receive order retrievals in pages, and positions by settlement assets -we string all of these together so you don’t have to worry about exchange idiosyncrasies).
quantpylib is our community github repo intended for learning and trading:
https://hangukquant.github.io/wrappers/paradex/
https://hangukquant.github.io/wrappers/bybit/
In fact, the WooX wrapper is ready to be used and announced in due time.