cryptoxlib-aio icon indicating copy to clipboard operation
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,...

Results 14 cryptoxlib-aio issues
Sort by recently updated
recently updated
newest added

Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.9.3 to 3.9.4 Release notes Sourced from aiohttp's releases. 3.9.4 Bug fixes The asynchronous internals...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.1. Release notes Sourced from pytest's releases. 8.2.1 pytest 8.2.1 (2024-05-19) Improvements #12334: Support for Python 3.13 (beta1 at the time of writing). Bug Fixes...

dependencies

changed version check to make library work with python 3.7+ instead of limiting to 3.7-3.10

I am trying to connect to the websocket with the provided example and get following error: ``` [0] Initiating websocket connection. [1] Initiating websocket connection. [2] Initiating websocket connection. [0]...