Skip to content

Releases: danmrichards/gokraken

1.0.1

27 Mar 23:26
9f05c4e
Compare
Choose a tag to compare

Updated README

1.0.0

27 Mar 20:07
Compare
Choose a tag to compare

Implemented WithdrawInfo, Withdraw, WithdrawStatus and WithdrawCancel endpoints.

0.5.3

24 Mar 11:07
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

Corrected response type on DepositMethods handler

0.5.2

18 Mar 21:40
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Fixed trading function tests

0.5.1

18 Mar 21:34
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Fixed incorrect receiver on functions in trading.go

0.5.0

18 Mar 21:30
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

All private user trading endpoints now implemented

0.4.0

10 Mar 22:12
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

All private user data endpoints now implemented.

0.3.0

18 Feb 12:24
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • 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

17 Feb 22:19
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

All publicly available endpoints now implemented with convenience methods

MVP Release

29 Jan 00:27
Compare
Choose a tag to compare
MVP Release Pre-release
Pre-release

Public and private API calls are working. Only 2 example endpoints implemented as convenience methods, but others can be accessed manually.