Skip to content

Releases: Nanodash/dashchain

dashchain v0.10.0

19 Feb 12:25
154873a
Compare
Choose a tag to compare

This release introduces :

  • integrate GET and DELETE methods for the /order endpoint and add possibility to do a dry run for the POST method using /order/test endpoint
  • add badges on README.md

dashchain v0.9.0

18 Feb 21:54
10c2431
Compare
Choose a tag to compare

This release introduces :

  • integrate /order endpoint

dashchain v0.8.0

27 Jan 19:43
79b69fa
Compare
Choose a tag to compare

This release introduces :

  • integrate /ticker/bookTicker endpoint

dashchain v0.7.0

20 Jan 19:35
5f46c8a
Compare
Choose a tag to compare

This release introduces :

  • integrate /ticker/price endpoint
  • upgrade dependencies

dashchain v0.6.0

15 Jan 13:21
455ab38
Compare
Choose a tag to compare

This release introduces :

  • integrate /avgPrice endpoint
  • integrate /ticker/24hr endpoint

dashchain v0.5.0

05 Dec 09:40
4c2cb8e
Compare
Choose a tag to compare

This release introduces :

  • integrate /klines endpoint

dashchain v0.4.0

04 Dec 11:49
0ce08ea
Compare
Choose a tag to compare

This release introduces :

  • integrate /historicalTrades endpoint
  • integrate /aggTrades endpoint

dashchain v0.3.0

14 Nov 18:32
7f3a2ad
Compare
Choose a tag to compare

This release introduces :

  • integrate /trades endpoint

dashchain v0.2.1

14 Nov 10:39
23af700
Compare
Choose a tag to compare

This release introduces :

  • update package description to get max score on pub.dev

dashchain v0.2.0

13 Nov 18:58
fb5a56b
Compare
Choose a tag to compare

This release introduces :

  • integrate /depth endpoint
  • refactor get request
  • added TradingStatus enum
  • added BinanceApiError custom exception
  • support filter by symbol when using exchangeInfo