Binance-connector-zxw

Latest version: v3.4.0

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

Scan your dependencies

Page 2 of 6

3.0.0

Changed
- Modified format of combined streams in Websocket Market Streams. Please refer to `examples/websocket/websocket_stream/combined_streams.py` for example implementation.

Removed
- Discontinued official support for Python 3.6

3.0.0rc2

Removed
- Removed endpoint `POST /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList`
- Removed endpoint `POST /sapi/v1/sub-account/subAccountApi/ipRestriction`

Added
- `POST /sapi/v2/sub-account/subAccountApi/ipRestriction`
- `GET /sapi/v1/managed-subaccount/deposit/address`

3.0.0rc1

Changed
- Redesign of Websocket part. Please consult `README.md` for details on its new usage.

Added
- Add Websocket API

2.0.0

Added
- New endpoints for wallet
- `GET /sapi/v1/capital/contract/convertible-coins` Get a user's auto-conversion settings in deposit/withdrawal
- `POST /sapi/v1/capital/contract/convertible-coins` User can use it to turn on or turn off the BUSD auto-conversion from/to a specific stable coin.
- New endpoints for Sub-Account
- `GET /v1/managed-subaccount/queryTransLogForInvestor` Investor can use this api to query managed sub account transfer log
- `GET /v1/managed-subaccount/queryTransLogForTradeParent` Trading team can use this api to query managed sub account transfer log
- New endpoints for Loan
- `GET /sapi/v1/loan/vip/ongoing/orders` Get VIP Loan Ongoing Orders
- `POST /sapi/v1/loan/vip/repay` VIP Loan Repay
- `GET /sapi/v1/loan/vip/repay/history` Get VIP Loan Repayment History
- `GET /sapi/v1/loan/vip/collateral/account` Check Locked Value of VIP Collateral Account
- `GET /sapi/v1/loan/loanable/data` Get Loanable Assets Data
- `GET /sapi/v1/loan/collateral/data` Get Collateral Assets Data
- `GET /sapi/v1/loan/repay/collateral/rate` Check Collateral Repay Rate
- `POST /sapi/v1/loan/customize/margin_call` Customize margin call for ongoing orders only.
- New endpoints for Wallet
- `GET /sapi/v1/asset/ledger-transfer/cloud-mining/queryByPage` Get Cloud-Mining payment and refund history
- `POST /sapi/v1/asset/convert-transfer` BUSD Convert
- `GET /sapi/v1/asset/convert-transfer/queryByPage` BUSD Convert History
- New endpoint for gift card
- `POST /sapi/v1/giftcard/buyCode` Create a dual-token gift card
- `GET /sapi/v1/giftcard/buyCode/token-limit` Fetch Token Limit

Changed
- Remove `!bookTicker` Websocket

2.0.0rc4

Change
- Rewrite reading API key in example files.

2.0.0rc3

Removed
- Python 3.6 Support Removed
- Futures Loan Endpoints:
- `POST /sapi/v1/futures/loan/borrow` - spot.futures_loan_borrow
- `POST /sapi/v1/futures/loan/repay` - spot.futures_loan_repay
- `GET /sapi/v2/futures/loan/configs` - spot.futures_loan_configs
- `GET /sapi/v2/futures/loan/calcAdjustLevel` - spot.futures_loan_calc_adjust_level
- `GET /sapi/v2/futures/loan/calcMaxAdjustAmount` - spot.futures_loan_calc_max_adjust_amount
- `POST /sapi/v2/futures/loan/adjustCollateral` - spot.futures_loan_adjust_collateral
- `GET /sapi/v1/futures/loan/collateralRepayLimit` - spot.futures_loan_collateral_repay_limit
- `GET /sapi/v1/futures/loan/collateralRepay` - spot.futures_loan_collateral_repay_quote
- `POST /sapi/v1/futures/loan/collateralRepay` - spot.futures_loan_repay
- `GET /sapi/v1/futures/loan/collateralRepayResult` - spot.futures_loan_collateral_repay_result

Added
- New Margin Endpoint:
- `GET /sapi/v1/margin/tradeCoeff` - Get Summary of Margin Account
- Re: https://github.com/binance/binance-connector-python/issues/184 - Exception handling now returns Raw Data instead of just Error Codes and Error Messages.
- Websocket Enhancements
- Added support for passing list of symbols on all relevant Websocket endpoints to support subscription to multiple streams.
- Stream Identification for when multiple streams are subscribed to at once. Allows users to easily identify which data belongs to which stream.
- `examples/config.ini` to globally set API and Secret Keys to apply in all example files

Fixed
- Twisted reactor hanging in some situations due to the main thread not exiting cleanly

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.