Skip to content

Releases: binance/binance-futures-connector-python

v4.1.0 Release

31 Oct 07:06
Compare
Choose a tag to compare

Added

  • UM_Futures:

    • GET /fapi/v1/fundingInfo
    • GET /futures/data/delivery-price
    • GET /fapi/v1/constituents
    • GET /fapi/v1/accountConfig
    • GET /fapi/v1/symbolConfig
    • GET /fapi/v1/rateLimit/order
    • GET /fapi/v1/order/asyn
    • GET /fapi/v1/order/asyn/id
    • GET /fapi/v1/trade/asyn
    • GET /fapi/v1/trade/asyn/id
    • POST /fapi/v1/feeBurn
    • GET /fapi/v1/feeBurn
    • GET /fapi/v1/convert/exchangeInfo
    • POST /fapi/v1/convert/getQuote
    • POST /fapi/v1/convert/acceptQuote
    • GET /fapi/v1/convert/orderStatus
    • Websocket Stream mark_price_all_market
  • CM_Futures:

    • GET /dapi/v1/income/asyn
    • GET /dapi/v1/constituents

Changed

  • UM_Futures:

    • GET /fapi/v1/income: Add parameter page for pagination
    • POST /fapi/v1/order: Add parameters selfTradePreventionMode, priceMatch and goodTillDate
    • POST /fapi/v1/batchOrders: Add parameters priceMatch, selfTradePreventionMode and goodTillDate
    • GET /fapi/v1/ticker/price: deprecated, replaced by GET /fapi/v2/ticker/price
    • GET /fapi/v2/balance: deprecated, replaced by GET /fapi/v3/balance
    • GET /fapi/v2/account: deprecated, replaced by GET /fapi/v3/account
    • GET /fapi/v2/positionRisk: deprecated, replaced by GET /fapi/v3/positionRisk
  • CM_Futures:

    • GET /dapi/v1/income: Add parameter page for pagination
    • POST /dapi/v1/order: Add parameters priceMatch and selfTradePreventionMode
  • Update Websocket connection exceptions: Add _handle_exception method to handle exceptions

Removed

  • CM_Futures:
    • /dapi/v1/pmExchangeInfo

v4.0.1 Release

03 Oct 07:08
Compare
Choose a tag to compare

Removed

  • UM_Futures:
    • GET /v1/pmExchangeInfo

v4.0.0 Release

08 Aug 17:52
395cfe1
Compare
Choose a tag to compare

Changed

  • Add proxy support for websockets
  • Remove support for Python 3.7

v4.0.0rc3 Release

03 Jul 01:50
@2pd 2pd
7fc9623
Compare
Choose a tag to compare

Changed

  • Change User-Agent

Updated

  • Fixed modify_order (PUT /fapi/v1/order) Endpoint by correctly adding the price parameter

v4.0.0rc2 Release

26 May 06:00
b854f33
Compare
Choose a tag to compare

Added

  • Implemented Modify Order (PUT /fapi/v1/order) - modify_order for UM Futures.

v4.0.0rc1 Release

18 May 06:39
c0472bb
Compare
Choose a tag to compare

Changed

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

v3.3.1 Release

21 Mar 06:08
@2pd 2pd
d23c9b9
Compare
Choose a tag to compare

Updated

v3.3.0 Release

11 Jan 07:40
@2pd 2pd
e09bb46
Compare
Choose a tag to compare

Add

  • RSA Key support

Remove

  • Python 3.6 Support Deprecated

v3.2.0 Release

29 Aug 07:23
d30576a
Compare
Choose a tag to compare

Add

UM Futures

  • New endpoint GET /fapi/v1/pmExchangeInfo to get current Portfolio Margin exchange trading rules.

CM Futures

  • New endpoint GET /dapi/v1/pmExchangeInfo to get current Portfolio Margin exchange trading rules.

Update

UM Futures

  • symbol is no longer a required parameter in GET /fapi/v1/premiumIndex

v3.1.2 Release

23 Aug 05:56
2f991ab
Compare
Choose a tag to compare

Update

  • Fix encoding issue of parameters in DELETE /fapi/v1/batchOrders