node-bitstamp
node-bitstamp copied to clipboard
bitstamp REST and WS API Node.js client :dollar:
Only functions underneath are available... 
BItstamp has added a lot of new assets (mainly ERC20 tokens) and I've added all the missing trading pairs + support for deposits and withdrawals. All of this is documented...
Hi, Is there a way to fetch 1 min candlestick data? If yes how? I do not see it in API docs of bitstamp. Thanks
It's not pulling the info for BTC_USD `// Live trades const tickerStream = new TickerStream(); const tickerTopic = tickerStream.subscribe(CURRENCY.BTC_USD); const tickerTopicTwo = tickerStream.subscribe(CURRENCY.ETH_USD); /* as tickers are re-usable (subscribe to...
The library does not work on the latest version of node `node -v` v12.6.0 `node index.js ` i got this error: Error: Parse Error at TLSSocket.socketOnData (_http_client.js:452:22) at TLSSocket.emit (events.js:203:13)...
I think it's enough to add the pairs in the currency.js
Hi, I am getting error: {"status": "error", "reason": "Invalid nonce", "code": "API0004"} when i try to call 2 API calls at once. Even if i do it at interval of...
Hi, Whenever i check for an orders status using `await bitstamp.orderStatus(orderId).then(({status, headers, body}) => body);` I keep getting following error even if i run it at 5 sec intervals: ```...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...