Hi there, I am trying to make HTTP requests to Kraken. I can’t get the authentication right as I keep getting the error that I have an invalid key. Of course, the keys that I am using are correct. Perhaps I’m doing something wrong to generate the signature. Do you have any idea what I could be doing wrong?
Hey @Ricky_Wolff,
Looks like a bit of a tricky one as you have to hash multiple parts to get there, Best thing I can think of would be to use a code node and use the example they have on their site, The workflow below uses their example code and parameters then checks that the output matches the 4/dpxb3iT4tp/ZCVEwSnEsLxx0bqyhLpdfOpc6fn7OR8+UClSV5n9E6aSS8MPtnRfp32bAb0nmbRn6H8ndwLUQ==
signature they would expect.
Hey @Jon, thanks for getting back to me. When running your code, I get this error. Do you know why?
I have the below in my nano envI also have this in my docker-compose.yml file
Hey @Ricky_Wolff,
That caught me off guard and I had to check the docs, For NODE_FUNCTION_ALLOW_BUILTIN
it expects a list of packages it can use or just *
if you wanted to allow all.
Thank you so much! that worked
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.