Releases: danmrichards/gokraken
Releases · danmrichards/gokraken
1.0.1
1.0.0
Implemented WithdrawInfo, Withdraw, WithdrawStatus and WithdrawCancel endpoints.
0.5.3
Corrected response type on DepositMethods handler
0.5.2
Fixed trading function tests
0.5.1
Fixed incorrect receiver on functions in trading.go
0.5.0
All private user trading endpoints now implemented
0.4.0
All private user data endpoints now implemented.
0.3.0
- Created pairs sub-package which retrieves and auto-generates an enumeration package for Kraken asset pairs.
- Refactored public endpoints to use the currency and pairs enums.
- Improved ease of use for public endpoints returning maps. Now values are returned instead of pointers.
0.2.0
All publicly available endpoints now implemented with convenience methods
MVP Release
Public and private API calls are working. Only 2 example endpoints implemented as convenience methods, but others can be accessed manually.