I am using the Binance API to fetch Taker Buy/Sell Volume data and noticed that the timestamps appear to be left-aligned (i.e., the timestamp represents the start of the interval). For example:
- For 15-minute data, the timestamp
2023-10-01 00:00:00
represents the interval00:00 - 00:15
. - The Taker Buy/Sell Volume values correspond to this interval.
Could you please confirm if this is the intended behavior? Additionally, would it be possible to provide an option to fetch data with right-aligned timestamps (i.e., the timestamp represents the end of the interval)?