Igosuki / binance-rs-async

Async client for the Binance APIs
https://crates.io/crates/binance-rs-async
Other
171 stars 113 forks source link

How to solve recvWindow error? #94

Closed testforvln closed 12 months ago

testforvln commented 1 year ago

I've sync time with time.nist.gov in Windows system, but I still sometimes get the error like below: BinanceContentError { code: -1021, msg: \"Timestamp for this request is outside of the recvWindow.\", extra: {} }

Is there any method to sync time with binance itself?