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

How to obtain the API_KEY AND API_SECRET #20

Open
SoniCoder opened this issue Jul 14, 2021 · 17 comments
Open

How to obtain the API_KEY AND API_SECRET #20

SoniCoder opened this issue Jul 14, 2021 · 17 comments

Comments

@SoniCoder
Copy link

How to obtain the API_KEY AND SECRET for placing orders:

https://wazirx.github.io/#public-rest-api-for-wazirx

@parvbhullar
Copy link

Looking for the API_KEY AND SECRET as. well.

@fayazara
Copy link

Can someone tell how to get these keys?

It not mentioned anywhere in the docs on how to get them 🤦

@parvbhullar
Copy link

Use binance api instead, connect the wazirx account to binance. Binance has extensive set of apis.

@fayazara
Copy link

fayazara commented Aug 11, 2021

@parvbhullar How do you connect wazirx account to binance?

I just tried "Login in with Binance" in WazirX, is that it?

@LokeshNakka
Copy link

where can find APIKey and SecretKey

@LokeshNakka
Copy link

LokeshNakka commented Aug 26, 2021

we can find apikey by open > wazirx website >login to your account > inspect tools >network select funds or order etc you can fondd access key , api key signature.

Can someone tell how to get these keys?

It not mentioned anywhere in the docs on how to get them 🤦

@viv3kmani
Copy link

Cant find inspect tools

@LokeshNakka
Copy link

LokeshNakka commented Aug 28, 2021 via email

@viv3kmani
Copy link

Awesome thank you

@LokeshNakka
Copy link

LokeshNakka commented Sep 2, 2021 via email

@sanchit123k
Copy link

sanchit123k commented Sep 12, 2021

Is this working for you?

It's not working for me. Have you found any solution?

@LokeshNakka
Copy link

LokeshNakka commented Sep 13, 2021 via email

@sanchit123k
Copy link

sanchit123k commented Sep 13, 2021

I'm using selenium. On Mon, Sep 13, 2021 at 12:11 AM maheshB495 @.***> wrote:

I am using nodejs. I tried using the API_KEY from F12 but it gives an error -
{ code: 2112, message: 'Please provide a valid API key' }

Can you please tell me what API_KEY you used and what other parameters you set?

@LokeshNakka
Copy link

LokeshNakka commented Sep 13, 2021 via email

@programerr01
Copy link

the site uses different method for obtaining signature. without signature you can't use the internal api for trade as it throws error.
the public api is still in beta. so, they don't provide method for obtaining api keys

@itsmohitanand
Copy link

Any idea from when can we use the api for personal trading?

@lyadhgod
Copy link

lyadhgod commented Nov 15, 2021

For people still looking for the API_KEY and SECRET_KEY:

  1. Login to Wazirx from the web desktop
  2. Click on the user menu
  3. Click on Account Settings
  4. Click on API Key Manager from the sidebar (should be locatedat the very bottom)
  5. Either create a new one or use an existing one

For people looking for a way to generate the signature:

  1. Visit the Github Wazirx organization by navigating to the root of this repo
  2. Look for the postman api collection to get many of the possible apis and do some look ups to find the JS implementation of the signature generation
    (you can also look at the Python connector repo for the Python client implementation of the endpoints along with the Python's signature generation code)
    (one difference you will find when comparing the current repo's docs and the other said repo's endpoints is that this doc shows v2 endpoints and the others use v1 endpoints. Don't know what are the differences as I was not able to find any documentation anywhere)

For the people looking for endpoints to make and delete orders, you will find them on the postman's collection. I cannot guarantee their stability or security as:

  1. I am not a maintainer of the project
  2. there is no legit documentation anywhere
  3. I haven't performed extensive testing on them

PS-There was a legit doc hosted on github.io which was taken down recently. If anyone can throw some light on it, it'll be great.

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

9 participants