Unicorn-binance-rest-api

Latest version: v2.6.1

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

Scan your dependencies

Page 2 of 6

2.3.0

Not secure
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.2.1

Not secure
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

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

2.1.2

Not secure
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

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

2.1.0

Not secure
Adding
- Support of multiple tenants with `kwargs['api_key']` and `kwargs['api_secret']` in `manager._request()` - every
private rest call now supports specific `api_key` and `api_secret` values via `**kwargs`.
- Support of `**params` in:
- `manager.stream_get_listen_key()`
- `manager.stream_keepalive()`
- `manager.stream_close()`
- `manager.margin_stream_get_listen_key()`
- `manager.margin_stream_keepalive()`
- `manager.margin_stream_close()`
- `manager.isolated_margin_stream_get_listen_key()`
- `manager.isolated_margin_stream_keepalive()`
- `manager.isolated_margin_stream_close()`
- `manager.futures_stream_get_listen_key()`
- `manager.futures_stream_keepalive()`
- `manager.futures_stream_close()`
- `manager.futures_coin_stream_get_listen_key()`
- `manager.futures_coin_stream_keepalive()`
- `manager.futures_coin_stream_close()`
Changed
- Using types in `manager.__init__()`.

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.