dashchain 0.2.0 dashchain: ^0.2.0 copied to clipboard
A Dart library to work with some crypto exchanges.
0.2.0 #
- integrate
/depth
endpoint - refactor get request
- added
TradingStatus
enum - added
BinanceApiError
custom 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
,time
andexchangeInfo
.