Signature for this request is not valid

0

im testing the binance api but cant get over the signature problem can u spot a mistake on my signature?:

   const crypted = CryptoJs.HmacSHA256("timestamp=" + new Date().getTime().toString() + "&recvWindow=5000" , this.APISECRET).toString();

change is amazing

Posted 2018-02-01T08:37:11.010

Reputation: 1

Answers

0

I am just taking a wild guess, your signature needs to be encoded correctly. You can see some examples in this ask.

Willtech

Posted 2018-02-01T08:37:11.010

Reputation: 2 657