Unicorn-binance-rest-api

Latest version: v2.3.0

Safety actively analyzes 625645 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

2.3.0

Added
- Parameter `version` to `_request_futures_api()`, `_create_futures_coin_data_api_url()` and `_create_futures_api_uri()`
- Since UBRA is delivered as a compiled C extension, IDEs such as Pycharm and Visual Code cannot use information about
available methods, parameters and their types for autocomplete and other intellisense functions. As a solution, from
now on stub files (PYI) will be created in the build process and attached to the packages. The IDEs can automatically
obtain the required information from these.
Changed
- Renamed `binance.com-coin-futures` to `binance.com-coin_futures`
Fixed
- `futures_account()`, `futures_account_balance()` and `futures_position_information()` [issue65](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/65)
- Projects `__init__.py` - did not correct import

2.3.0.dev

2.2.1

unicorn-binance-rest-api` can now also be installed on all architectures on which there are no precompiled packages from
LUCIT. PIP now automatically recognises whether there is a suitable precompiled package and if not, the source is
automatically compiled on the target system during the installation process with Cython. Even if you don't have to do
anything special, please note that this process takes some time!

2.2.0

Added
- Support of `params` in `manager.py`:
- `get_exchange_info()`
- `futures_exchange_info()`
- `futures_coin_exchange_info()`

2.1.2

Added
- Typing for a few more parameters.
Fixed
- Fixed handling of `tld` in `manager.__init__()`.
Removed
- `version=1` parameter in `manager._create_futures_coin_data_api_url()`.

2.1.1

Fixed
- Used `False` instead of `None` in `manager.__init__()` parameter `tld`.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.