cryptoxlib-aio
cryptoxlib-aio copied to clipboard
cryptoxlib-aio - asynchronous python client for various crypto exchanges with full REST API and websocket support. Supported exchanges: AAX, Bibox, BiboxEurope, Binance (spot, margin, USDS-M futures,...
the FTX exchange is real rising star in the crypto trading domain. https://ftx.com/volume-monitor 
Make sense to add this exchange to repository. What you think guys?
# Changelog ## Spot v3.2 * Added support for peg orders /api/v3.1/order/peg * Added support for dead man's switch /api/v3.1/order/cancelAllAfter https://www.btse.com/apiexplorer/spot/
Hi, getting after some seconds this error. any idea what i can do? thx :)
According to documentation ([https://docs.onetrading.com/](https://docs.onetrading.com/)) the new REST API URL is https://api.onetrading.com/fast/v1. Furthermore in OneTrading examples and tests, the calls to - `create_limit_order` - `create_stop_limit_order` should have the additional argument `enums.TimeInForce.GOOD_TILL_CANCELLED`.
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.1.1. Release notes Sourced from pytest's releases. 8.1.1 pytest 8.1.1 (2024-03-08) ::: {.note} ::: {.title} Note ::: This release is not a usual bug fix...
i have 2 error.. 1) ModuleNotFoundError: No module named 'cryptoxlib' 2) `C:\Python>pip install git+https://github.com/nardew/cryptoxlib-aio.git@master Collecting git+https://github.com/nardew/cryptoxlib-aio.git@master Cloning https://github.com/nardew/cryptoxlib-aio.git (to revision master) to c:\users\mero\appdata\local\temp\pip-req-build-y9j6cl7k Running command git clone --filter=blob:none --quiet https://github.com/nardew/cryptoxlib-aio.git...
Bumps [websockets](https://github.com/python-websockets/websockets) from 9.1 to 12.0. Release notes Sourced from websockets's releases. 12.0 See https://websockets.readthedocs.io/en/stable/project/changelog.html for details. 11.0.3 See https://websockets.readthedocs.io/en/stable/project/changelog.html for details. 11.0.2 See https://websockets.readthedocs.io/en/stable/project/changelog.html for details. 11.0.1 See https://websockets.readthedocs.io/en/stable/project/changelog.html...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.5. Release notes Sourced from aiohttp's releases. 3.9.5 Bug fixes Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad. Related issues and...