Post
Topic
Board Project Development
Topic OP
Kraken API example in Python
by
omnibrain
on 12/09/2013, 15:37:37 UTC
Hi,

I'm having trouble getting access to Kraken's private API. I don't understand how to create the API signature. If somebody could post an example, if possible in Python, I'd be very grateful.

This is the description on their website on how to create the signature:

Code:
API-Sign = Message signature using HMAC-SHA512 of (URI path + SHA256(nonce + POST data)) and base64 decoded secret API key