-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request out of receiving window #43
Comments
Hi @nikkhil31 , What is your limit that you have set for recWindow? |
I'm passing 10000 as a recvWindow. |
Setting |
Yeah, I have set the wrong logic for timestamp and signature. |
You're welcome @nikkhil31 . Keep up the good work! |
I'm still having the issue, the logic to get the current time is working for the account API but for the order API it's throwing errors like |
Hi,
I'm trying to fetch account info via this api {{wazirx_api_domain}}/sapi/v1/account?recvWindow=×tamp={{current_time}}&signature={{signature}}
but, I got this response,
{
"code": 2098,
"message": "Request out of receiving window."
}
Is there anything that I'm missing?
The text was updated successfully, but these errors were encountered: