OpenSea Collections
OpenSea, the largest NFT marketplace
@kaggle.mathurinache_opensea_collections
OpenSea, the largest NFT marketplace
@kaggle.mathurinache_opensea_collections
CREATE TABLE opensea_collections (
"primary_asset_contracts" VARCHAR,
"created_date" TIMESTAMP,
"default_to_fiat" BOOLEAN,
"dev_buyer_fee_basis_points" BIGINT,
"dev_seller_fee_basis_points" BIGINT,
"featured" BOOLEAN,
"hidden" BOOLEAN,
"safelist_request_status" VARCHAR,
"is_subject_to_whitelist" BOOLEAN,
"name" VARCHAR,
"only_proxied_transfers" BOOLEAN,
"opensea_buyer_fee_basis_points" BIGINT,
"opensea_seller_fee_basis_points" BIGINT,
"require_email" BOOLEAN,
"slug" VARCHAR,
"stats_one_day_volume" DOUBLE,
"stats_one_day_change" DOUBLE,
"stats_one_day_sales" DOUBLE,
"stats_one_day_average_price" DOUBLE,
"stats_seven_day_volume" DOUBLE,
"stats_seven_day_change" DOUBLE,
"stats_seven_day_sales" DOUBLE,
"stats_seven_day_average_price" DOUBLE,
"stats_thirty_day_volume" DOUBLE,
"stats_thirty_day_change" DOUBLE,
"stats_thirty_day_sales" DOUBLE,
"stats_thirty_day_average_price" DOUBLE,
"stats_total_volume" DOUBLE,
"stats_total_sales" DOUBLE,
"stats_total_supply" DOUBLE,
"stats_count" DOUBLE,
"stats_num_owners" BIGINT,
"stats_average_price" DOUBLE,
"stats_num_reports" BIGINT,
"stats_market_cap" DOUBLE,
"stats_floor_price" BIGINT,
"display_data_card_display_style" VARCHAR
);
Anyone who has the link will be able to view this.