node-bitstamp
node-bitstamp copied to clipboard
How to get candlestick data from websocket/http APIs
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
I dont think that this is possible with a single API call; you will have to collect the data and build the candle-sticks for yourself. But that should not be too difficult :)
I'm also facing this issue. I don't see any endpoint for candle sticks data.