node.bittrex.api icon indicating copy to clipboard operation
node.bittrex.api copied to clipboard

No longer maintained

Results 28 node.bittrex.api issues
Sort by recently updated
recently updated
newest added

So I'm trying to figure out how to get the status (ticker) of a single market. I can do this via the public api by going to this url `https://bittrex.com/api/v1.1/public/getticker?market=BTC-LTC`....

help wanted
question

This will probably get deleted, as it should, but if you have interest in a private community centered around this module (and maybe a few other exchange node modules) with...

[Issue #32](https://github.com/n0mad01/node.bittrex.api/issues/32)

We are using C# HubConnection class and it does not allow us to make a call to wss://socket.bittrex.com/signalr I tried connecting to there server and received following error: InnerException =...

Using the bittrex.getbalances from local environment everything is ok, but when I publish my code on my EC2 instance the following error occurs ``` Cloudscraper error occurred { errorType: 1...

Not sure where else to ask this question, I hope this doesn't get removed. When I visit this url: https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName=BTC-1ST&tickInterval=hour&_=1519499711 I get way too much candlestick data, I would like...

I'm using the listen code from examples and it connects but never displays anything.. seems to always get unhandled_data. If i subscribe on the other hand it works OK. Anyone...

Is it enough to subscribe to the updates of obe market to have a complete order book or do I have to pull all orders with `getorderbook` first? If the...

Hi there, Love this library, really makes stuff straight forward. Is there any way to retrieve or get notified when an order of mine was filled? Can't find anything anywhere!...

help wanted
question

Was using "https://bittrex.com/api/v1.1/account/getbalances?apikey=MY_API_KEY" through postman and got response "APISIGN_NOT_PROVIDED". Where to get this "apisign" and also please tell from where to get "nonce" for appending with the API URL