Binance-connector

Latest version: v3.11.0

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

Scan your dependencies

Page 4 of 8

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

2.0.0rc2

Changed
- Update version name as hyphens are not recommended.

2.0.0rc1

Added
- Add support for use of RSA Key to generate signatures

1.18.0

Added
- New endpoints for Crypto Loan:
- `POST /sapi/v1/loan/borrow` - Crypto Loan Borrow
- `GET /sapi/v1/loan/borrow/history` - Get Loan Borrow History
- `GET/sapi/v1/loan/ongoing/orders` - Get Loan Ongoing Orders
- `POST/sapi/v1/loan/repay` - Crypto Loan Repay
- `GET/sapi/v1/loan/repay/history` - Get Loan Repayment History
- `POST/sapi/v1/loan/adjust/ltv` - Crypto Loan Adjust LTV
- `GET/sapi/v1/loan/ltv/adjustment/history` - Get Loan LTV Adjustment History

Changed
- Changes to `GET /api/v3/exchangeInfo`:
- New optional parameter `permissions` added to display all symbols with the permissions matching the parameter provided. (eg.SPOT, MARGIN, LEVERAGED)
- If not provided, the default value will be `["SPOT","MARGIN", "LEVERAGED"]`
- Cannot be combined with symbol or symbols

Page 4 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.