-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
Looking for the API_KEY AND SECRET as. well. |
Can someone tell how to get these keys? It not mentioned anywhere in the docs on how to get them 🤦 |
Use binance api instead, connect the wazirx account to binance. Binance has extensive set of apis. |
@parvbhullar How do you connect wazirx account to binance? I just tried "Login in with Binance" in WazirX, is that it? |
where can find APIKey and SecretKey |
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.
|
Cant find inspect tools |
press F12
…On Sat, Aug 28, 2021 at 2:22 PM viv3kmani ***@***.***> wrote:
Cant find inspect tools
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQPFYLIIZRVQA3Z3PD7ZBULT7CPUTANCNFSM5AMC4KVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Awesome thank you |
Is this working for you?
…On Mon, Aug 30, 2021 at 9:39 AM viv3kmani ***@***.***> wrote:
Awesome thank you
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQPFYLNGOFGC55H6ACLYJB3T7L76DANCNFSM5AMC4KVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
It's not working for me. Have you found any solution? |
I am using nodejs. I tried using the API_KEY from F12 but it gives an error - Can you please tell me what API_KEY you used and what other parameters you set? |
i'm getting recvWindow error , even after i'm setting values (between 5000
to 48000)
On Mon, Sep 13, 2021 at 11:00 AM maheshB495 ***@***.***>
wrote:
… I'm using selenium. On Mon, Sep 13, 2021 at 12:11 AM maheshB495 *@*.
*> wrote: … <#m_-275382203067866551_> Is this working for you? …
<#m_8902295572945100077_> On Mon, Aug 30, 2021 at 9:39 AM viv3kmani @.*>
wrote: Awesome thank you — You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#20
<#20> (comment) <#20 (comment)
<#20 (comment)>>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AQPFYLNGOFGC55H6ACLYJB3T7L76DANCNFSM5AMC4KVA
. Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
. It's not working for me. Have you found any solution? — You are receiving
this because you commented. Reply to this email directly, view it on GitHub
<#20 (comment)
<#20 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AQPFYLNYRECXGSTMDB7ELLLUBTX4DANCNFSM5AMC4KVA
. Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
.
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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQPFYLL6VHAIS4444Y6SXMTUBWD7HANCNFSM5AMC4KVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
the site uses different method for obtaining signature. without signature you can't use the internal api for trade as it throws error. |
Any idea from when can we use the api for personal trading? |
For people still looking for the API_KEY and SECRET_KEY:
For people looking for a way to generate the signature:
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:
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. |
How to obtain the API_KEY AND SECRET for placing orders:
https://wazirx.github.io/#public-rest-api-for-wazirx
The text was updated successfully, but these errors were encountered: