dashchain 0.10.0
dashchain: ^0.10.0 copied to clipboard
A Dart library to work with some crypto exchanges. Get latest cryptomarket quotes, check order books, write backtests, manage your assets !
0.10.0 #
- integrate
GETandDELETEmethods for the/orderendpoint and add possibility to do a dry run for thePOSTmethod using/order/testendpoint - add badges on README.md
0.9.0 #
- integrate
/orderendpoint
0.8.0 #
- integrate
/ticker/bookTickerendpoint
0.7.0 #
- integrate
/ticker/priceendpoint - upgrade dependencies
0.6.0 #
- integrate
/avgPriceendpoint - integrate
/ticker/24hrendpoint
0.5.0 #
- integrate
/klinesendpoint
0.4.0 #
- integrate
/historicalTradesendpoint - integrate
/aggTradesendpoint
0.3.0 #
- integrate
/tradesendpoint
0.2.1 #
- update package description + fix dart format so we have the last points for pub.dev score
0.2.0 #
- integrate
/depthendpoint - refactor get request
- added
TradingStatusenum - added
BinanceApiErrorcustom exception - support filter by symbol when using
exchangeInfo
0.1.0 #
- Initiate package by beginning to integrate Binance REST API. Supports 3 endpoints for now which are :
ping,timeandexchangeInfo.