It is very strange to me as I call it “in the same way” as https://api.binance.com/api/v3/myTrades?symbol=ALGOUSDT&limit=12×tamp=1615551418160&signature={signature}
And that one works perfectly
ofcourse I call with differently hashed signatures but both with method GET as per the documentation
Well that goes to show…
Actually the 400 bad request DOES return more information in the response body as @MJW said.
But .net does not make it easy to retrieve it on a “failed” requests like 400, but with some workarounds I managed to extract it:
{“code”:-1021,“msg”:“Timestamp for this request is outside of the recvWindow.”}
So I need to more aggresively update serverTime before sending my requests.
Hello. Can you ellaborate a little more on how you extracted the error? I’m struggling with 400 error codes when trying to sell. I’m in VB NET. Thanks a lot in advance.