HMAC SHA256 Signated request - Binance API

It seems that I am close to being able to generate a valid subscription for the Binance API.

I need to do this on Kodular:

var signature = CryptoJS.HmacSHA256 (dataQueryString, keys ['skey']). toString (CryptoJS.enc.Hex);

I’ve done the encryption with the HMAC SHA256 block, it seems that it is not easy to encode in hexadecimal and then convert to string

I didn’t find a way to do that on Kodular.
It seems that I need to convert this Base64 return as it gives this error:

Here a reference to the API documentation

Here is the JavaScript example:

Solved with script block EvaluatorJS!

Thanks @Andres_Cotes

1 Like

Thanks @Taifun :muscle:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.