You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"code":-1021,"msg":"Timestamp for this request is outside of the recvWindow.","_method": ...
Looks like my server time is wrong. But it's ok (Debian timesyncd says system clock is in sync: yes)
The request may be taking too long. StackOverflow users recommend increasing recvWindow - but how? Zhouaini528 maybe you have smart ideas about this error ?
The text was updated successfully, but these errors were encountered:
$binance->trade()->postOrder([
'symbol'=>'BTCUSDT',
'side'=>'SELL',
'type'=>'LIMIT',
'quantity'=>'0.001',
'price'=>'80000',
'timeInForce'=>'GTC',
//The value cannot be greater than 60000'recvWindow'=>'60000'
]);
Sometimes binance responds
Looks like my server time is wrong. But it's ok (Debian timesyncd says system clock is in sync: yes)
The request may be taking too long. StackOverflow users recommend increasing recvWindow - but how?
Zhouaini528 maybe you have smart ideas about this error ?
The text was updated successfully, but these errors were encountered: