Hello,
I’m playing arround with the Binance API and connecting it to UiPath. I can do Get requests with use of the API, i’m receiving what i want. Although its hardcoded it gives me what i need.
Right now i’m trying to create a new order in my Binance wallet. This should be a POST request and I need a so called “Signature”. I tried to create it with use of my Secret key + a string like this : symbol=LTCBTC&side=BUY&type=LIMIT&timeInForce=GTC&quantity=1&price=0.1&recvWindow=5000×tamp=1499827319559
The final result of the Signature should be the Hash 256 of those two, but i can’t get it working.
Does anyone have experience with this and can help me to create the right hash256?