Bitcoin Trades At Binance Exchange
How is the data available in Binance REST API?
@kaggle.maxreis_bitcoin_trades_at_binance_exchange
How is the data available in Binance REST API?
@kaggle.maxreis_bitcoin_trades_at_binance_exchange
CREATE TABLE df_trades_20201016 (
"id" BIGINT,
"price" DOUBLE,
"qty" DOUBLE,
"time" BIGINT,
"isbuyermaker" BOOLEAN,
"isbestmatch" BOOLEAN
);
Anyone who has the link will be able to view this.