Skip to content

Releases: binance/binance-connector-python

v3.4.0 Release

07 Oct 04:15
@2pd 2pd
3367d18
Compare
Choose a tag to compare

Added

  • Portfolio endpoints:
    • POST /sapi/v1/portfolio/interest-history
    • POST /sapi/v1/portfolio/asset-index-price
    • POST /sapi/v1/portfolio/auto-collection
    • POST /sapi/v1/portfolio/bnb-transfer
    • POST /sapi/v1/portfolio/repay-futures-switch
    • GET /sapi/v1/portfolio/repay-futures-switch
    • POST /sapi/v1/portfolio/repay-futures-negative-balance
    • POST /sapi/v1/portfolio/asset-collection
  • Convert
    • GET /sapi/v1/convert/exchangeInfo
    • GET /sapi/v1/convert/assetInfo
    • POST /sapi/v1/convert/getQuote
    • POST /sapi/v1/convert/acceptQuote
    • GET /sapi/v1/convert/orderStatus
  • Crypto Loan
    • POST /sapi/v1/loan/flexible/borrow
    • GET /sapi/v1/loan/flexible/ongoing/order
    • 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
  • Margin
    • GET /sapi/v1/margin/crossMarginCollateralRatio
    • GET /sapi/v1/margin/exchange-small-liability
    • GET /sapi/v1/margin/exchange-small-liability-history
    • GET /sapi/v1/margin/next-hourly-interest-rate
    • GET /sapi/v1/margin/dust
    • POST /sapi/v1/margin/dust
    • GET /sapi/v1/margin/max-leverage
  • SubAccount
  • POST /sapi/v4/sub-account/assets
  • POST /sapi/v1/sub-account/eoptions/enable
  • GET /sapi/v1/sub-account/transaction-statistics
  • GET /sapi/v1/managed-subaccount/query-trans-log
  • GET /sapi/v1/managed-subaccount/info
  • GET /sapi/v1/managed-subaccount/marginAsset
  • GET /sapi/v1/managed-subaccount/fetch-future-asset
  • GET /sapi/v1/sub-account/futures/positionRisk
  • GET /sapi/v1/sub-account/futures/accountSummary
  • GET /sapi/v1/sub-account/futures/account
  • Trade
    • GET /api/v3/myPreventedMatches
  • Wallet
    • POST /sapi/v1/capital/deposit/credit-apply
  • Simple Earn
    • GET /sapi/v1/simple-earn/flexible/list
    • GET /sapi/v1/simple-earn/locked/list
    • POST /sapi/v1/simple-earn/flexible/subscribe
    • POST /sapi/v1/simple-earn/locked/subscribe
    • POST /sapi/v1/simple-earn/flexible/redeem
    • POST /sapi/v1/simple-earn/locked/redeem
    • GET /sapi/v1/simple-earn/flexible/position
    • GET /sapi/v1/simple-earn/locked/position
    • GET /sapi/v1/simple-earn/account
    • GET /sapi/v1/simple-earn/flexible/history/subscriptionRecord
    • GET /sapi/v1/simple-earn/locked/history/subscriptionRecord
    • GET /sapi/v1/simple-earn/flexible/history/redemptionRecord
    • GET /sapi/v1/simple-earn/locked/history/redemptionRecord
    • GET /sapi/v1/simple-earn/flexible/history/rewardsRecord
    • GET /sapi/v1/simple-earn/locked/history/rewardsRecord
    • POST /sapi/v1/simple-earn/flexible/setAutoSubscribe
    • POST /sapi/v1/simple-earn/locked/setAutoSubscribe
    • GET /sapi/v1/simple-earn/flexible/personalLeftQuota
    • GET /sapi/v1/simple-earn/locked/personalLeftQuota
    • GET /sapi/v1/simple-earn/flexible/subscriptionPreview
    • GET /sapi/v1/simple-earn/locked/subscriptionPreview
    • GET /sapi/v1/simple-earn/flexible/history/rateHistory
    • GET /sapi/v1/simple-earn/flexible/history/collateralRecord
  • All Auto-Invest endpoints

Deleted

  • GET /sapi/v1/lending/daily/product/list
  • GET /sapi/v1/lending/daily/userLeftQuota
  • POST /sapi/v1/lending/daily/purchase
  • GET /sapi/v1/lending/daily/userRedemptionQuota
  • POST /sapi/v1/lending/daily/redeem
  • GET /sapi/v1/lending/daily/token/position
  • GET /sapi/v1/lending/union/account
  • GET /sapi/v1/lending/union/purchaseRecord
  • GET /sapi/v1/lending/union/redemptionRecord
  • GET /sapi/v1/lending/union/interestHistory
  • GET /sapi/v1/lending/project/list
  • POST /sapi/v1/lending/customizedFixed/purchase
  • GET /sapi/v1/lending/project/position/list
  • POST /sapi/v1/lending/positionChanged
  • GET /sapi/v1/futures/loan/borrow/history
  • GET /sapi/v1/futures/loan/repay/history
  • GET /sapi/v2/futures/loan/wallet
  • GET /sapi/v1/futures/loan/adjustCollateral/history
  • GET /sapi/v1/futures/loan/liquidationHistory
  • GET /sapi/v1/futures/loan/interestHistory

Changed

  • Change Loan module name to Crypto Loan
  • Pump dependencies
  • Allow setting custom logger for WebSocket

v3.3.1 Release

23 Aug 11:05
@2pd 2pd
a417706
Compare
Choose a tag to compare

Changed

  • Add missing enum values in the User Universal Transfer endpoint

v3.3.0 Release

07 Aug 13:40
bcb7bb0
Compare
Choose a tag to compare

Changed

  • Add support for proxy in Websocket clients
  • Remove support for python 3.7

v3.2.0 Release

01 Aug 02:05
@2pd 2pd
cf631e7
Compare
Choose a tag to compare

Changed

  • Changes to GET /api/v3/historicalTrades: api key is not required.

v3.1.1 Release

03 Jul 01:53
@2pd 2pd
08bd1e8
Compare
Choose a tag to compare

Changed

  • Change User-Agent

v3.1.0

02 Jun 07:46
6fe9480
Compare
Choose a tag to compare

Added

  • Add support for use of ED25519 Key to generate signatures

v3.0.0 Release

23 May 05:52
eafa989
Compare
Choose a tag to compare

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

v3.0.0rc2 Release

21 Apr 06:57
@2pd 2pd
d654681
Compare
Choose a tag to compare

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

v3.0.0rc1 Release

14 Feb 00:58
@2pd 2pd
d6a5c89
Compare
Choose a tag to compare

Changed

  • Redesign of Websocket part. Please consult README.md for details on its new usage.

Added

  • Add Websocket API

v2.0.0 Release

18 Jan 03:43
@2pd 2pd
cfa1620
Compare
Choose a tag to compare

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.
    • 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 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 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