I am trying to authenticate a http request using Mathematica, but i keep getting “Authentication failed” responses. I think the problem is that the Hmac SHA512 I generate is 128 characters long, and the one shown in an example demonstrating how the API works (https://github.com/BTCMarkets/API/wiki/Authentication) is 88 long. The Hmac SHA512 function I am usingRead more