coinbase_exchange 2.0.0 coinbase_exchange: ^2.0.0 copied to clipboard
An unoffical coinbase exchange sdk to get real time pricing data and historical pricing data. The sdk also allows users to make trades on the coinbase platform.
2.0.0 #
- Make everything that could be an enum an enum
1.0.2 #
- Update documentation
1.0.1 #
- Add more documentation
- Add missing exports
1.0.0 #
- Rename enums to differentiate them from classes
0.0.7 #
- Add more documentation
- Fill in TransfersClient which was left unfinished
- Add FeesClient and CoinbasePriceOracleClient
0.0.6 #
- Adding field side to Fill model class
0.0.5 #
- Fix Limit in queryParameter breaks methods
0.0.4 #
- Add example gif
0.0.3 #
- Add an example flutter application
- Make websocket responses subclasses of a WebsocketResponse class
0.0.2 #
- Run dart format
0.0.1 #
- Initial Release