Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Releases: verata-veritatis/pybit

1.3.6

28 Feb 18:10
Compare
Choose a tag to compare

[1.3.6] - 2022-02-28

Changed

  • Added query_trading_fee_rate()

1.3.4

30 Dec 16:38
c4e945d
Compare
Choose a tag to compare

[1.3.4] - 2021-12-30

Added

  • endpoint arg to get_active_order()

Fixed

  • A Websocket test case, by raising an exception instead of logging

1.3.3

24 Dec 12:54
b1f5c1c
Compare
Choose a tag to compare

[1.3.3] - 2021-12-24

  • Improve get_risk_limit()
    • Fixed: call this endpoint without authentication
    • Supported endpoint argument for my_position(), allowing the user to call this method without supplying a symbol
      • symbol is not a required parameter for these endpoints, but pybit typically relies on it for deciding which endpoint to call

1.3.2

08 Nov 08:13
8a64720
Compare
Choose a tag to compare

[1.3.2] - 2021-11-05

  • Enable websocket fetch() to handle multiple position sides from linear perp symbols
  • Fix fetch() for private spot websocket
  • Support endpoint argument for my_position(), allowing the user to call this method without supplying a symbol
    • symbol is not a required parameter for these endpoints, but pybit typically relies on it for deciding which endpoint to call
  • See below release candidates for details.

[1.3.2rc2] - 2021-11-03

Modified

  • Alter the spot endpoint paths used for get_active_order() and query_active_order()

[1.3.2rc1] - 2021-10-25

Modified

  • Fixed failure to load subscriptions when provided in as JSON strings

[1.3.2rc0] - 2021-10-19

Modified

  • Fixed the spot auth websocket to ensure subscriptions are not required

1.3.1

07 Oct 09:34
dd69592
Compare
Choose a tag to compare

[1.3.1] - 2021-10-07

Modified

  • Fixed methods like query_symbol() (which have no API parameters) not working following the spot update

1.3.0

24 Sep 15:07
893a0f9
Compare
Choose a tag to compare

[1.3.0] - 2021-09-24

Added

  • Implemented the Spot API in HTTP
  • Implemented the Account Asset API in HTTP
  • Implemented the Spot websocket in WebSocket

1.2.0

09 Jul 21:24
Compare
Choose a tag to compare

[1.2.0] - 2021-07-09

Added

  • Added new HTTP methods for new endpoints
  • Added new paths for existing methods

Modified

  • Fixed some old paths

Deprecated

  • is_linear argument in get_risk_limit()

Enable orderbook fetch for linear futures

17 Jun 09:33
b577c8a
Compare
Choose a tag to compare
Merge pull request #41 from verata-veritatis/MJ

	modified:   CHANGELOG.md

Enable orderbook fetch for linear futures

17 Jun 08:20
ef66693
Compare
Choose a tag to compare
Merge pull request #40 from bybit-exchange/MJ

	modified:   pybit/__init__.py

1.1.17

21 Mar 23:35
Compare
Choose a tag to compare

[1.1.17] - 2020-03-21

Modified

  • Removed extra suffix definition block in place_conditional_order.
  • Changed logger functionality so that it won't overwrite user's preferred logging settings.
  • Fixed wrong number of arguments error inside websocket on_message, on_close, on_open, on_error.