You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Pindexer, a candlestick event will not be emitted when there's no activity. The nextjs candlestick api route should handle filling in these gaps correctly.
With the bounds from oldest to most recent, we should look at the timestamps for each candle and create empty candlesticks to fill it in the missing events in the response object.
The text was updated successfully, but these errors were encountered:
From Pindexer, a candlestick event will not be emitted when there's no activity. The nextjs candlestick api route should handle filling in these gaps correctly.
With the bounds from oldest to most recent, we should look at the timestamps for each candle and create empty candlesticks to fill it in the missing events in the response object.
The text was updated successfully, but these errors were encountered: