Skip to content

Releases: binance/binance-connector-python

v1.9.0

22 Dec 11:31
a1260fe
Compare
Choose a tag to compare

Added

  • New endpoint for Convert:
    • GET /sapi/v1/convert/tradeFlow to support user query convert trade history records
  • New endpoint for Rebate:
    • GET /sapi/v1/rebate/taxQuery to support user query spot rebate history records
  • New endpoints for Margin:
    • GET /sapi/v1/margin/crossMarginData to get cross margin fee data collection
    • GET /sapi/v1/margin/isolatedMarginData to get isolated margin fee data collection
    • GET /sapi/v1/margin/isolatedMarginTier to get isolated margin tier data collection
  • New endpoints for NFT:
    • GET /sapi/v1/nft/history/transactions to get NFT transaction history
    • GET /sapi/v1/nft/history/deposit to get NFT deposit history
    • GET /sapi/v1/nft/history/withdraw to get NFT withdraw history
    • GET /sapi/v1/nft/user/getAsset to get NFT asset

v1.8.0

25 Nov 11:11
88634cf
Compare
Choose a tag to compare

Added

  • New endpoint for Crypto Loans:
    • GET /sapi/v1/loan/income to query an asset's loan history
  • New endpoints for Sub-Account:
    • POST /sapi/v1/sub-account/subAccountApi/ipRestriction to support master account enable and disable IP restriction for a sub-account API Key
    • POST /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList to support master account add IP list for a sub-account API Key
    • GET /sapi/v1/sub-account/subAccountApi/ipRestriction to support master account query IP restriction for a sub-account API Key
    • DELETE /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList to support master account delete IP list for a sub-account API Key
  • New endpoint for Pay:
    • GET /sapi/v1/pay/transactions to support user query Pay trade history

Fixed

  • Removed epoch time in util method config_logging to provide compatibility with Windows OS
  • Allow optional parameter for method isolated_margin_account_limit

v1.7.0

04 Nov 12:02
42f7957
Compare
Choose a tag to compare

Added

  • New endpoint GET api/v3/rateLimit/order to display the user's current order count usage for all intervals

Updated

  • Universal transfer types:
    • Added MAIN_FUNDING, FUNDING_MAIN, FUNDING_UMFUTURE, UMFUTURE_FUNDING, MARGIN_FUNDING, FUNDING_MARGIN, FUNDING_CMFUTURE and CMFUTURE_FUNDING to support transfer assets among funding account and other accounts
    • Deleted MAIN_C2C, C2C_MAIN, C2C_UMFUTURE, C2C_MINING, UMFUTURE_C2C, MINING_C2C, MARGIN_C2C, C2C_MARGIN, MAIN_PAY and PAY_MAIN as C2C account, Binance Payment, Binance Card and other business accounts are merged into a Funding account and they'll be discontinued on November 04, 2021 08:00 AM UTC
  • Util method config_logging can now provide date time in UTC and epoch time

v1.6.0

24 Sep 11:07
@2pd 2pd
9e7c819
Compare
Choose a tag to compare

Added

  • Universal transfer types MAIN_PAY, PAY_MAIN, ISOLATEDMARGIN_MARGINMARGIN_ISOLATEDMARGINISOLATEDMARGIN_ISOLATEDMARGIN
  • New endpoints for Margin OCO orders:
    • POST /sapi/v1/margin/order/oco to send new margin OCO order
    • DELETE /sapi/v1/margin/orderList to cancel margin OCO order
    • GET /sapi/v1/margin/orderList to query a margin OCO order
    • GET /sapi/v1/margin/allOrderList to query all margin OCO orders
    • GET /sapi/v1/margin/openOrderList to query open margin OCO orders
  • New endpoints for Isolated Margin:
    • DELETE /sapi/v1/margin/isolated/account to disable isolated margin account for a specific symbol
    • POST /sapi/v1/margin/isolated/account to enable isolated margin account for a specific symbol
    • GET /sapi/v1/margin/isolated/accountLimit to query num of enabled isolated margin accounts and its max limit
  • New endpoints for BSwap:
    • GET /sapi/v1/bswap/poolConfigure to get pool configure
    • GET /sapi/v1/bswap/addLiquidityPreview to calculate expected share amount for adding liquidity in single or dual token
    • GET /sapi/v1/bswap/removeLiquidityPreview to calculate expected asset amount of single token redemption or dual token redemption

v1.5.0

17 Aug 10:32
@2pd 2pd
8db3cde
Compare
Choose a tag to compare

Changed

  • GET api/v3/exchangeInfo now supports single or multi-symbol query
  • GET api/v3/myTrades has a new optional field orderId

Added

  • GET /sapi/v1/c2c/orderMatch/listUserOrderHistory to query user C2C trade history

v1.4.0

30 Jul 12:41
@2pd 2pd
a793599
Compare
Choose a tag to compare

Added

  • New Fiat endpoints
    • GET /sapi/v1/fiat/orders to query user fiat deposit and withdraw history
    • GET /sapi/v1/fiat/payments to query user fiat payments history

Fixed

  • Typo in margin_max_transferable

v1.3.0

22 Jul 10:28
@2pd 2pd
abf5da8
Compare
Choose a tag to compare
  • add new endpoint POST /sapi/v1/asset/get-funding-asset
  • add new endpoint GET /sapi/v1/account/apiRestrictions