Right now, with futures, we can get the open interest for the day only.
Using: https://data.binance.vision/?prefix=data/futures/um/daily/metrics/BTCUSDT/
We get data like:
create_time symbol sum_open_interest sum_open_interest_value count_toptrader_long_short_ratio sum_toptrader_long_short_ratio count_long_short_ratio sum_taker_long_short_vol_ratio
2023-01-21 BTCUSDT 98666.16300000 2236289208.19726700 0.766568632422291 1.1363333457 0.8332767017782309 0.9253075900
While getting the live data from Binance's servers, we get updates at a much lower time interval (20s I believe).
How can we get access to the whole Open Interest history?
Right now, with futures, we can get the open interest for the day only.
Using: https://data.binance.vision/?prefix=data/futures/um/daily/metrics/BTCUSDT/
We get data like:
While getting the live data from Binance's servers, we get updates at a much lower time interval (20s I believe).
How can we get access to the whole Open Interest history?