익명 19:46

Signature for this request is not valid

Signature for this request is not valid

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();


Top Answer/Comment:

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

상단 광고의 [X] 버튼을 누르면 내용이 보입니다