Bitcoin Taker Buy/Sell Volume (Binance Futures)
Complete data collection of the Taker Buy/Sell Vol for researchers & developers.
@kaggle.jesusgraterol_bitcoin_taker_buysell_volume_binance_futures
Complete data collection of the Taker Buy/Sell Vol for researchers & developers.
@kaggle.jesusgraterol_bitcoin_taker_buysell_volume_binance_futures
CREATE TABLE taker_buy_sell_volume (
"timestamp" BIGINT,
"buy_vol" DOUBLE,
"sell_vol" DOUBLE,
"buy_sell_ratio" DOUBLE
);
Anyone who has the link will be able to view this.