Binance.API.Csharp.Client icon indicating copy to clipboard operation
Binance.API.Csharp.Client copied to clipboard

Api Error Code: -1021 Message: Timestamp for this request was 1000ms ahead of the server's time.

Open mrafi127 opened this issue 4 years ago • 0 comments

Hi, when I tried to make an order, i got this error:

Api Error Code: -1021 Message: Timestamp for this request was 1000ms ahead of the server's time. my code snipped is: await binanceClient.PostNewOrder( fineSybmol, Qty, 0m, botObj.action == "buy" ? OrderSide.BUY : OrderSide.SELL, OrderType.MARKET );

                   Please somebody help me.

mrafi127 avatar Mar 24 '21 10:03 mrafi127