node.bittrex.api
node.bittrex.api copied to clipboard
Node Bittrex API is an asynchronous node.js library for the Bittrex API, the data can be received either via GET request or Stream.
Hi guys, the current code only subscribes to 'updateExchangeState', which only receives changes to the order book. However, it never actually tries to receive the entire order book first so...
Didn't find in the examples basic operations like placing an order... checking all my open orders etc tx
Hello. Why am I getting empty history (the same on the website), but when I export the history to CSV it's showing all my transactions. Any workaround?
Using the latest version (1.0.0), when using websockets to subscribe to the orderbook, the Bittrex client prints Error 503. The code which causes this issue for me: bittrex.websockets.client(function () {...
Can anyone please advise me what could be root cause of this issue and what it the fix for it ? 500 - Uh oh! Something went wrong on our...
I'm having trouble using the TradeBuy function, for market order and limit order. I keep getting URL Request error. The other functions work with my API just fine. Here is...
1. Clear interval while reconnecting to avoid doubling connections 2. Throw error of cloudscraper for handling and reconnect
Bittrex announced its new api in beta [https://github.com/Bittrex/beta](here)
This is rather annoying and i would bet this is a problem on Bittrex side, but it's worth creating an issue here. If you keep polling user data through the...
I have a question about the use of the parameters ConditionType and Target in the sales and purchase orders. How to correctly use this parameters and what are the real...