daroczig / binancer

An R client to the Public Rest API for Binance.
https://daroczig.github.io/binancer
54 stars 57 forks source link

Error with binance_query() #17

Closed timothyjgraham closed 2 years ago

timothyjgraham commented 3 years ago

Hi all,

I am running the latest Github version of 'binancer' and when I check my account with binance_account() it gives the following error:

Error in binance_query(endpoint = "api/v3/account", sign = TRUE) : 
  -1021 Timestamp for this request is outside of the recvWindow.

Can anyone please help?

mvolar commented 2 years ago

Your system time is out of date, you have to google "syncing up system time" fro your system of choice.

daroczig commented 2 years ago

Thanks, @mvolar! @timothyjgraham, hopeful the above makes sense. Closing, but please reopen if you think there's a related problem in the package.