Giter Club home page Giter Club logo

wazirx-api's People

Contributors

buddhasource avatar dibyajitgoswamidg avatar rashnk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wazirx-api's Issues

Block confirmation for every coin

Guys thanks a lot for providing the endpoint for market status API, Is it possible that you guys can also provide the number of block confirmation required while depositing any coin inside that API only?
Would be a great help! Thanks in advance

Websocket

Hi, Team i am trying to fetch some data from web socket api but whenever i hit the request it says data: {code: 400, message: 'Invalid request: could not parse message'} and here's my code

this[connection] = new WebSocket( wss://stream.wazirx.com/stream ); this[connection].onmessage = (evt) => { this[connection].send({event:'subscribe',streams:['btcinr@trade']}) let eventData = JSON.parse(evt.data)}

API for orders

Is there no API documentation avaiable for orders?

It would be great to have one.

There is no API_KEY and API_SECRET

In my account login, there is no API_KEY and API_SECRET.

Please provide us the details so that we can build our application using the API_KEY and API_SECRET for posting the buy/sell requests.

Api questions on which answers are unavailable anywhere

I did not get answers to my queries anywhere on google. Here is a list

  1. What is the difference between these two api calls? It almost fetches the same things
    https://api.wazirx.com/api/v2/tickers/
    https://api.wazirx.com/uapi/v1/tickers/24hr/

  2. Is there any way to fetch price change price from yesterday, change percentage & previous close?

  3. How can I fetch price of a particular coin at a given timestamp?

  4. When is wazirx launching private / secret api keys and api for orders and account info?

koinknight access to orderbook

hi... i am kinda new to developing an alternative to arbitrage software like koinknight.com but i dont see any public api that can give me the live orderbook.
do you have any private api for that? or a public one i dont yet know about?

Request out of receiving window

Hi,
I'm trying to fetch account info via this api {{wazirx_api_domain}}/sapi/v1/account?recvWindow=&timestamp={{current_time}}&signature={{signature}}

but, I got this response,
{
"code": 2098,
"message": "Request out of receiving window."
}

Is there anything that I'm missing?

API to retrieve personal information.

Can we have an API that gives personal information like

  1. Different Holdings of coins
  2. Order Statuses and History
  3. Transactions executed to and from the bank account
    And also enable the users to order through an API, If possible

I believe that this will be a great value addition to the application and I can help with the code for the same, if needed.

Thank you.
Looking forward to hearing from you.

Is there a User Management Api?

Hi,
We are trying to build an application for which we are planning to authenticate a user using their existing Wazirx accounts.
So users create account in Wazirx and then in our application tell us about that account. We then use wazirx login to authenticate that user and get their details.
Its more like what google provides, in which users can login to any other application using their google account.

So is there any feature or api for above scenario?
We went through the public apis but couldn't find such solution.
So we were wondering if there is any paid solution for this.

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

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.