Baselight

Bitcoin Trades At Binance Exchange

How is the data available in Binance REST API?

@kaggle.maxreis_bitcoin_trades_at_binance_exchange

Df Trades 20201016
@kaggle.maxreis_bitcoin_trades_at_binance_exchange.df_trades_20201016

  • 8.5 MB
  • 663879 rows
  • 6 columns
id

Id

price

Price

qty

Qty

time

Time

isbuyermaker

IsBuyerMaker

isbestmatch

IsBestMatch

43544878811281.140.0043941602842824971truetrue
43544878911281.140.0043941602842824972truetrue
43544879011281.140.0043941602842824972truetrue
43544879111281.140.0043941602842824972truetrue
43544879211281.140.0043941602842824972truetrue
43544879311281.140.0043941602842824972truetrue
43544879411281.140.0043941602842824972truetrue
43544879511281.140.0043941602842824972truetrue
43544879611281.140.0043941602842824972truetrue
43544879711281.140.0043941602842824973truetrue

CREATE TABLE df_trades_20201016 (
  "id" BIGINT,
  "price" DOUBLE,
  "qty" DOUBLE,
  "time" BIGINT,
  "isbuyermaker" BOOLEAN,
  "isbestmatch" BOOLEAN
);

Share link

Anyone who has the link will be able to view this.