Skip to content
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

API key is missing error(2112), even when having API Key and Secret in the request #37

Open
unnicris opened this issue Dec 15, 2021 · 0 comments

Comments

@unnicris
Copy link

unnicris commented Dec 15, 2021

I am trying to fiddle with the WazirX APIs to learn about it.
But in postman even after setting up the API Key and secret, I am getting "API key is missing" error with error code 2112. I don't know if I am missing something or if this is an issue.

Here is the request I am sending from postman:
{{wazirx_api_domain}}/sapi/v1/funds?recvWindow1=20000&timestamp={{current_time}}&signature={{signature}}
Response:

{
    "code": 2112,
    "message": "API key is missing"
}

Note: I am able to get successful response for some other requests such as {{wazirx_api_domain}}/sapi/v1/exchangeInfo

@unnicris unnicris changed the title API key is missing(2112 error code) even when having API Key and Secret in the request API key is missing error(2112), even when having API Key and Secret in the request Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant