Skip to content

Releases: sammchardy/python-binance

v1.0.17

22 Feb 03:17
Compare
Choose a tag to compare

Added

  • RSA key authentication
  • Support for api1, api2, api3, api4 base endpoints
  • binance.us staking endpoints
  • Options ticker by expiration socket
  • Staking endpoints
  • Pay and Convert endpoints
  • Futures index info endpoint
  • Open OCO Orders endpoint
  • Param to pass session params to aiohttp.ClientSession

Updated

  • Some margin endpoint versions
  • Support testnet for more streams

Fixed

  • Indefinite websocket reconnect loop
  • Crash on parsing code from some errors

v1.0.16

09 Apr 03:20
Compare
Choose a tag to compare

Added

  • pass limit param to all kline functions
  • increase default for kline functions from 500 to 1000
  • add HistoricalKlinesType.FUTURES_COIN as option for kline functions
  • testnet URL for coin_futures_socket

Updated

  • round_step_size more accurate

Fixed

  • remove deprecated loop param
  • websockets unpinned
  • hanging websockets in exiting state
  • check start_ts after end_ts for klines
  • multi assets margin params

v0.7.10

28 Mar 21:53
7d3326c
Compare
Choose a tag to compare
Individual symbol ticker stream to websockets.

v0.7.9: Merge pull request #639 from adanikel/new/missing_subaccount_endpoints

05 Jan 09:41
2b96ff5
Compare
Choose a tag to compare

v0.7.8: Merge pull request #534 from bsliran/patch-1

01 Jan 09:01
afefe8b
Compare
Choose a tag to compare
Updates the get_product endpoint

v0.7.7: Merge pull request #623 from ttamg/feature/websockets-for-isolated-ma…

06 Dec 01:23
387b151
Compare
Choose a tag to compare
…rgin

Added websockets functionality for isolated margin accounts

v0.7.6: Merge pull request #616 from xulngx/feature/get_isolated_margin_account

20 Nov 06:26
02e544c
Compare
Choose a tag to compare