Can I receive the data in the form of candlestick without subscribing to Historical Data API? I don't need the old data but the 1m,3m,5m... for today alone enough for me..
For current day's data also you have to subscribe for historical data. On contrary, you can implement a websocket connection with which you can fetch data and store it in your database.
For current day's data also you have to subscribe for historical data. On contrary, you can implement a websocket connection with which you can fetch data and store it in your database.