Author

Topic: Kraken API example in Python (Read 7659 times)

legendary
Activity: 1820
Merit: 1000
October 28, 2013, 05:55:04 PM
#3
Someone has created a python package for Kraken (called "krakenex") in GitHub.

https://github.com/veox/krakenex
legendary
Activity: 1820
Merit: 1000
September 13, 2013, 10:19:08 PM
#2
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

Omnibrain,

I'm not sure this will help since I haven't looked at it carefully, but here's the only example python code I know of for Kraken API.

http://pastie.org/7727991

The above is linked from here

http://krakenapi.everdot.org/API/

which may also be useful.

But be careful since all this documentation is old. You may be able to make some headway by comparing it with Kraken's newer documentation. Good luck!
newbie
Activity: 27
Merit: 0
September 12, 2013, 10:37:37 AM
#1
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
Jump to: