Post
Topic
Board Exchanges
Re: [ANN] KRAKEN.COM - Exchange Now Open with Live Trading USD, EUR, BTC, LTC, XRP
by
donch
on 30/10/2013, 14:12:24 UTC
Just a note for the API docs:

https://www.kraken.com/help/api#get-account-balance

says:

Quote
Result: array of asset names and balance amount

but returns:

Code:
{"error":[],"result":{"XXBT":"0.4000000000"}}

Probably should say:

Quote
Result: object of asset name and balance amount pairs

I'd highly recommend putting example JSON responses in for every API method, helps speed up debugging :-)