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 3 of 6

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

1.17.0

Added
- New endpoint for Market:
- `GET /api/v3/uiKlines`
- New kline interval: `1s`

Changed
- Changes to `GET /api/v3/ticker` and `GET /api/v3/ticker/24hr`
- New optional parameter type added
- Supported values for parameter type are `FULL` and `MINI`
- `FULL` is the default value and the response that is currently being returned from the endpoint
- `MINI` omits the following fields from the response: `priceChangePercent`, `weightedAvgPrice`, `bidPrice`, `bidQty`, `askPrice`, `askQty`, and `lastQty`

1.16.0

Added
- New endpoint for Portfolio Margin:
- `GET /sapi/v1/portfolio/pmLoan` to query Portfolio Margin Bankruptcy Loan Record.
- `POST /sapi/v1/portfolio/repay` to repay Portfolio Margin Bankruptcy Loan.
- `GET /sapi/v1/portfolio/collateralRate` to get Portfolio Margin Collateral Rate.

Update
- Changes to `POST /api/v3/order` and `POST /api/v3/order/cancelReplace`
- New optional field `strategyId` is a parameter used to identify an order as part of a strategy.
- New optional field `strategyType` is a parameter used to identify what strategy was running. (E.g. If all the orders are part of spot grid strategy, it can be set to strategyType=1000000)
- Note: `strategyType` cannot be less than 1000000.
- Changes to `POST /api/v3/order/oco`
- New optional fields `limitStrategyId`, `limitStrategyType`, `stopStrategyId`, `stopStrategyType`
- These are the strategy metadata parameters for both legs of the OCO orders.
- `limitStrategyType` and `stopStrategyType` both cannot be less than 1000000.
- `asset` is no longer mandatory in `GET /sapi/v1/lending/project/position/list`

1.15.0

Added
- New endpoint for Margin:
- `POST /sapi/v3/asset/getUserAsset` to get user assets.

- New endpoint for Wallet:
- `GET /sapi/v1/margin/dribblet` to query the historical information of user's margin account small-value asset conversion BNB.

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.