Hi, just working my way through the API for bot purposes.
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.