Bitcoin Long/Short Ratio (Binance Futures)
Complete data collection of the Long/Short Ratio for researchers & developers.
@kaggle.jesusgraterol_bitcoin_longshort_ratio_binance_futures
Complete data collection of the Long/Short Ratio for researchers & developers.
@kaggle.jesusgraterol_bitcoin_longshort_ratio_binance_futures
CREATE TABLE long_short_ratio (
"timestamp" BIGINT,
"long_account" DOUBLE,
"short_account" DOUBLE,
"long_short_ratio" DOUBLE
);
Anyone who has the link will be able to view this.