This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
Releases: nicelgueta/pyokx
Releases · nicelgueta/pyokx
0.7.0
- Major changes to align with the updated OKX API.
- Improved documentation by utilizing mkdocs to generate a comprehensive documentation site from all function docstrings. This should make it easier to navigate the docs.
NB.
Please note that there are some breaking changes in this release to adopt more pythonic naming conventions. However, the implementation and usage remain the same..
pyokx 0.6.0
Updated to new API spec.
Fixed methods that took request body as list to accept a generic list argument
pyokx 0.4.1
Minor function description updated based on new API spec and reordering of some kwargs to also fit the API spec
pyokx 0.4.0
Some breaking changes owing to change in spec on the OKX API.
pyokx 0.3.1
Minor function description updates and missing optional kwargs for following functions:
Publicdata -> get_position_tiers -> ccy: str
Trade -> place_algo_order, get_algo_order_list -> clOrdId: str
pyokx 0.3.0
publish pepy tag