Is it possible to get 1 min candle data as events from the web socket? I am looking to get 1 min candle data, each minute, to be streamed as an event to WebSocket. Is it possible? If yes can you please point to documentation/example? I have failed to find it.
for candle you will only need O H L C values, which is easy to be compute in any given time frame
You can get started here.