.NET Core API Client for Kraken built for .NET Standard 2.0
See Kraken API Documentation for details and usage of the APIs.
To make the tests work with Kraken authentication, you need to:
-
Create a text file with a file name: apikey.secret
-
Place the file in your Home directory. $HOME for Mac and Linux, User directory for Windows.
-
The file must be formated in a key value pair with a white space separating the key and the value.
key ABCDEFGHIJKLMNOP1234567989APIKEY0123
secret ABCDEFGHIJKLMNOP1234567989APISECRET0123 -
In the project root directory, run dotnet test
Good luck!