Skip to content

.NET Core API Client for Kraken Crypto Exchange

License

Notifications You must be signed in to change notification settings

rossbrigoli/yana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yana

.NET Core API Client for Kraken built for .NET Standard 2.0

See Kraken API Documentation for details and usage of the APIs.


Tests

To make the tests work with Kraken authentication, you need to:

  1. Create a text file with a file name: apikey.secret

  2. Place the file in your Home directory. $HOME for Mac and Linux, User directory for Windows.

  3. The file must be formated in a key value pair with a white space separating the key and the value.

    key ABCDEFGHIJKLMNOP1234567989APIKEY0123
    secret ABCDEFGHIJKLMNOP1234567989APISECRET0123

  4. In the project root directory, run dotnet test



Good luck!