Binance-connector

Latest version: v3.11.0

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

Scan your dependencies

Page 5 of 8

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.

1.14.0

Added

- New endpoint `GET /api/v3/ticker`
- New endpoint `POST /api/v3/order/cancelReplace`
- New websocket stream `<symbol>ticker_<window_size>`
- New websocket stream `!ticker_<window-size>arr`

Update

- 146 `savings_flexible_product_position` `asset` parameter should be optional

1.13.0

Added
- New endpoint for Gift Card:
- `GET /sapi/v1/giftcard/cryptography/rsa-public-key` to fetch RSA public key.

- New endpoints for Staking:
- `GET /sapi/v1/staking/productList` to get Staking product list
- `POST /sapi/v1/staking/purchase` to stake product
- `POST /sapi/v1/staking/redeem` to redeem product
- `GET /sapi/v1/staking/position` to get Staking product holding position
- `GET /sapi/v1/staking/stakingRecord` to inquiry Staking history records
- `POST /sapi/v1/staking/setAutoStaking` to set Auto Staking function
- `GET /sapi/v1/staking/personalLeftQuota` to inquiry Staking left quota

Changed
- Update endpoints for Market:
- `GET /api/v3/ticker/24hr`, `GET /api/v3/ticker/price` and `GET /api/v3/ticker/bookTicker` new optional parameter symbols.

- Update endpoint for Gift Card:
- `POST /sapi/v1/giftcard/redeemCode`: new optional parameter externalUid. Each external unique ID represents a unique user on the partner platform. The function helps you to identify the redemption behavior of different users.

1.12.0

Added
- New endpoint `GET /sapi/v1/managed-subaccount/accountSnapshot` to support investor master account query asset snapshot of managed sub-account.
- New endpoint `GET /sapi/v1/portfolio/account` to support query portfolio margin account info
- New endpoint `GET /sapi/v1/margin/rateLimit/order`, which will display the user's current margin order count usage for all intervals.

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.