Binance-connector

Latest version: v3.11.0

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

Scan your dependencies

Page 1 of 8

3.11.0

Added
- A new optional parameter `time_unit` can be used to select the time unit.

3.10.0

Added
- Margin
- `POST /sapi/v1/margin/order/oto`
- `POST /sapi/v1/margin/order/otoco`

- Portfolio
- `GET /sapi/v2/portfolio/account`
- `GET /sapi/v1/portfolio/balance`
- `GET /sapi/v2/portfolio/collateralRate`

- Simple Earn
- `POST /sapi/v1/simple-earn/locked/setRedeemOption`

- Staking
- `GET /sapi/v2/eth-staking/account`
- `GET /sapi/v1/eth-staking/eth/quota`
- `POST /sapi/v2/eth-staking/eth/stake`
- `POST /sapi/v1/eth-staking/eth/redeem`
- `POST /sapi/v1/eth-staking/wbeth/wrap`
- `GET /sapi/v1/eth-staking/eth/history/stakingHistory`
- `GET /sapi/v1/eth-staking/eth/history/redemptionHistory`
- `GET /sapi/v1/eth-staking/eth/history/rewardsHistory`
- `GET /sapi/v1/eth-staking/eth/history/wbethRewardsHistory`
- `GET /sapi/v1/eth-staking/eth/history/rateHistory`
- `GET /sapi/v1/eth-staking/wbeth/history/wrapHistory`
- `GET /sapi/v1/eth-staking/wbeth/history/unwrapHistory`

- Wallet
- `POST /sapi/v1/localentity/withdraw/apply`
- `GET /sapi/v1/localentity/withdraw/history`
- `PUT /sapi/v1/localentity/deposit/provide-info`
- `GET /sapi/v1/localentity/deposit/history`

- Websocket Stream
- `<symbol>kline_<interval>+08:00`

Updated
- Add parameters showPermissionSets and symbolStatus to `GET /api/v3/exchangeInfo`
- Add parameter timeZone to `GET /api/v3/klines`, `GET /api/v3/uiKlines`, `klines` and `uiKlines`
- Add parameter redeemTo to `POST /sapi/v1/simple-earn/locked/subscribe`
- Add parameters `txId` and `includeSource` to `GET /sapi/v1/capital/deposit/hisrec`
- Add parameter `idList` to `GET /sapi/v1/capital/withdraw/history` and `GET /sapi/v1/capital/deposit/subHisrec`
- Update Documentation
- Update `JSONDecodeError` error response

Removed
- Crypto-loans
- `GET /sapi/v1/loan/collateral/data`
- `POST /sapi/v1/loan/borrow`
- `POST /sapi/v1/loan/repay`
- `POST /sapi/v1/loan/adjust/ltv`
- `POST /sapi/v1/loan/customize/margin_call`
- `GET /sapi/v1/loan/ongoing/orders`

3.9.0

Removed
- Futures
- `POST /sapi/v1/futures/transfer`
- `GET /sapi/v1/futures/transfer`

- BLVT
- `GET /sapi/v1/blvt/tokenInfo`
- `POST /sapi/v1/blvt/subscribe`
- `GET /sapi/v1/blvt/subscribe/record`
- `POST /sapi/v1/blvt/redeem`
- `GET /sapi/v1/blvt/redeem/record`
- `GET /sapi/v1/blvt/userLimit`

- Wallet
- `POST /sapi/v1/asset/convert-transfer`
- `GET /sapi/v1/asset/convert-transfer/queryByPage`
- `GET /sapi/v1/capital/contract/convertible-coins`
- `POST /sapi/v1/capital/contract/convertible-coins`

3.8.1

Added
- `.readthedocs.yml` to resolve documentation issue

Changed
- `GET /api/v3/account` has a new optional parameter `omitZeroBalances`, which if enabled hides all zero balances.
- `POST /api/v3/order/cancelReplace` has a new optional parameter `orderRateLimitExceededMode`.

3.8.0

Added
- Trade
- Spot
- `POST /api/v3/orderList/oto`
- `POST /api/v3/orderList/otoco`
- Websocket API
- `orderList.place.oto`
- `orderList.place.otoco`

Updated
- Updated and Resolved documentation issue
- Updated `Restful` OCO trade deprecated endpoint `POST /api/v3/order/oco` to `POST /api/v3/orderList/oco`
- Updated `Websocket API` OCO trade deprecated endpoint `orderList.place` to `orderList.place.oco`

3.7.0

Added
- Convert
- `POST /sapi/v1/convert/limit/placeOrder`
- `POST /sapi/v1/convert/limit/cancelOrder`
- `GET /sapi/v1/convert/limit/queryOpenOrders`

- Margin
- `GET /sapi/v1/margin/available-inventory`
- `POST /sapi/v1/margin/manual-liquidation`
- `GET /sapi/v1/margin/leverageBracket`

- Market
- `GET /api/v3/ticker/tradingDay`

- Trade
- `GET /api/v3/myAllocations`
- `GET /api/v3/account/commission`

- Wallet
- `GET /sapi/v1/capital/deposit/address/list`
- `GET /sapi/v1/spot/delist-schedule`

Updated
- `POST /sapi/v1/asset/dust-btc` add parameter `accountType`
- `POST /sapi/v1/asset/dust` add parameter `accountType`
- `GET /sapi/v1/asset/dribblet` add parameter `accountType`
- `POST /sapi/v1/margin/order/oco`: New enumerate value `AUTO_BORROW_REPAY` for the field of `sideEffectType`
- `POST /sapi/v1/margin/order`: New enumerate value `AUTO_BORROW_REPAY` for the field of `sideEffectType`
- Update documentation
- Add new handle exception in websocket read_data

Removed
- Bswap
- `GET /sapi/v1/bswap/pools`
- `GET /sapi/v1/bswap/liquidity`
- `POST /sapi/v1/bswap/liquidityAdd`
- `POST /sapi/v1/bswap/liquidityRemove`
- `GET /sapi/v1/bswap/liquidityOps`
- `GET /sapi/v1/bswap/quote`
- `POST /sapi/v1/bswap/swap`
- `GET /sapi/v1/bswap/swap`
- `GET /sapi/v1/bswap/poolConfigure`
- `GET /sapi/v1/bswap/addLiquidityPreview`
- `GET /sapi/v1/bswap/removeLiquidityPreview`
- `GET /sapi/v1/bswap/unclaimedRewards`
- `POST /sapi/v1/bswap/claimRewards`
- `GET /sapi/v1/bswap/claimedHistory`

- Loan
- `POST /sapi/v1/loan/flexible/borrow`
- `GET /sapi/v1/loan/flexible/ongoing/orders`
- `GET /sapi/v1/loan/flexible/borrow/history`
- `POST /sapi/v1/loan/flexible/repay`
- `GET /sapi/v1/loan/flexible/repay/history`
- `POST /sapi/v1/loan/flexible/adjust/ltv`
- `GET /sapi/v1/loan/flexible/ltv/adjustment/history`
- `GET /sapi/v1/loan/flexible/loanable/data`
- `GET /sapi/v1/loan/flexible/collateral/data`

- Staking
- `GET /sapi/v1/staking/productList`
- `POST /sapi/v1/staking/purchase`
- `POST /sapi/v1/staking/redeem`
- `GET /sapi/v1/staking/position`
- `GET /sapi/v1/staking/stakingRecord`
- `POST /sapi/v1/staking/setAutoStaking`
- `GET /sapi/v1/staking/personalLeftQuota`

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.