Bitcoin Order Book At Binance Exchence
Have you ever seen a bitcoin order book look like?
@kaggle.maxreis_df_order_book
Have you ever seen a bitcoin order book look like?
@kaggle.maxreis_df_order_book
CREATE TABLE df_order_book_20200817 (
"eventtime" TIMESTAMP,
"bidprice" DOUBLE,
"bidqty" DOUBLE,
"askprice" DOUBLE,
"askqty" DOUBLE,
"depth" BIGINT
);
Anyone who has the link will be able to view this.