Post
Topic
Board Exchanges
Re: [ANN] KRAKEN.COM - Exchange Now Open with Live Trading USD, EUR, BTC, LTC, XRP
by
donch
on 29/10/2013, 22:21:44 UTC
Hi, just working my way through the API for bot purposes. Smiley

Was wondering what influenced the decision to use arrays rather than objects for the JSON responses? It is a pain to validate and deserialize arrays with varying types in typed languages such as Go, C++, Java, etc. Also intrigued by the SHA256/SHA512 combo on the POST signing...

It's certainly proving to be one of the more painful exchange API's to work with... Sorry to be negative.