Hello,
I have my python trading bot pushing my trades in JSON format to an Integromat web. There, I can play with the data, and I would like it to place trades on my binance.us account.
Although, I am quite confused on the signing of the endpoints, as I am going to be doing them through Integromat. Here is an example of the format (the red pills are trade parameters, and the blue are their optional parameters):
Integromat also has a HMACsha256 string function here:
So, my question is, how do I integrate the signed endpoint here? I would prefer not to pass it through a front or backend, just through integromat’s interface. I am just a bit confused, and I don’t know if I’m burnt out or missing something super simple or both.
Thanks immensely for your help in advance.