September 7, 2026

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

How can i switch from BIP32 to BIP44 using bitcoinj

Next Article

Blockchain Receive Callback API in callback url not working