Skip to content

Releases: hirokisan/bybit

v2.5.2

15 Nov 12:59
Compare
Choose a tag to compare

What's Changed

  • fix: response params type became different by @hirokisan in #60

Full Changelog: v2.5.1...v2.5.2

v2.5.1

15 Nov 12:44
3aaeba7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

21 Oct 09:40
e9f1bfa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

14 Oct 08:23
80c2802
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.4.0

v2.3.1

08 Oct 08:12
Compare
Choose a tag to compare
upgrade version to v2

v2.3.0

08 Oct 05:01
98fb735
Compare
Choose a tag to compare
  • implement few API endpoints
  • update enum symbols
  • breaking change: make enum for future common #24
  • handle response error by code #25

v2.2.0

29 Sep 09:57
Compare
Choose a tag to compare

feat: support websocket api #16

v2.1.0

24 Sep 01:30
Compare
Choose a tag to compare

Added

  • /v2/public/mark-price-kline to inverse-perpetual and inverse-future
  • /v2/private/wallet/balance to usdt-perpetual and inverse-future

v2.0.0

23 Sep 03:09
4766535
Compare
Choose a tag to compare

breaking change: client service structure #15

v1.1.0

21 Sep 09:20
b119d59
Compare
Choose a tag to compare
test: client test for CI (#13)

* test: add test helper

* test: TestCreateOrder, TestListOrder

* test: TestSpotPostOrder