krystianity / node-bitstamp

bitstamp REST and WS API Node.js client :dollar:
MIT License
59 stars 41 forks source link

How to get candlestick data from websocket/http APIs #22

Open adityamertia opened 6 years ago

adityamertia commented 6 years ago

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

krystianity commented 6 years ago

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 :)

saleh-old commented 4 years ago

I'm also facing this issue. I don't see any endpoint for candle sticks data.