Bitcoin Public Trade Data
Past public trades data which includes details such as price, size, and time
@kaggle.shrutimechlearn_btc_public_trade
Past public trades data which includes details such as price, size, and time
@kaggle.shrutimechlearn_btc_public_trade
CREATE TABLE public_trade_data_btc_usd (
"id" BIGINT,
"mts" BIGINT,
"amount" DOUBLE,
"price" DOUBLE
);
Anyone who has the link will be able to view this.