Giter Club home page Giter Club logo

Comments (5)

harry-sm avatar harry-sm commented on August 27, 2024 1

@shravanvinu
I looked through the node wrapper api code. There is also a web sockets / signalr api.
https://github.com/dparlevliet/node.bittrex.api

More v2 endpoint have been found.
https://github.com/dparlevliet/node.bittrex.api#supported-v2-api-methods

from bittrex.api.client.

Coinio avatar Coinio commented on August 27, 2024

from bittrex.api.client.

shravanvinu avatar shravanvinu commented on August 27, 2024

hi,
i have submitted support ticket to bittrex regarding the same, let see when they reply back.
i am sure its possible, i have seen cryptotrader.org supports those features for bittrex, not sure how they implemented it, there must be some more missing methods in the documentation.

Any ways, Nice Work , will contribute to this once i find more info on this.. :)
Thanks

from bittrex.api.client.

harry-sm avatar harry-sm commented on August 27, 2024

I know there is a version 2 of the API
https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName=BTC-ETH&tickInterval=fiveMin

The response is in the following format.

interface Tick {
        O: number; // open
        H: number; // high
        L: number; // low
        C: number; // close
        V: number; // volume
        T: Date; // time
        BV: number; // bitcoin value
    }

As is relates to other order types outside the API capabilities, I believe you have to simulate it with your own code. So buy at market price, you would have to watch the market last price or latest BID price in the order book and execute your order at that price. Same thing for stop loss, trailing stop loss and so on.

from bittrex.api.client.

shravanvinu avatar shravanvinu commented on August 27, 2024

oh.. how did you come across v2 API?
i thought V1.1 is the latest..!!

dint you got more documentation on that version??
please send the link where you are referring all this from..

from bittrex.api.client.

Related Issues (10)

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.