Crypto Solana Memes Coin
Comprehensive Dataset of Meme Coins on the Solana Blockchain with Market Trends
@kaggle.mafaqbhatti_crypto_solana_memes_coin
Comprehensive Dataset of Meme Coins on the Solana Blockchain with Market Trends
@kaggle.mafaqbhatti_crypto_solana_memes_coin
CREATE TABLE meme_coins_solana_3000 (
"coin_name" VARCHAR,
"symbol" VARCHAR,
"launch_date" TIMESTAMP,
"token_address" VARCHAR,
"current_price_usd" DOUBLE,
"market_cap_usd" BIGINT,
"trading_volume_24h" BIGINT,
"circulating_supply" BIGINT,
"total_supply" BIGINT,
"price_change_24h" DOUBLE,
"all_time_high_price" DOUBLE,
"all_time_low_price" DOUBLE,
"number_of_holders" BIGINT,
"transactions_count" BIGINT,
"token_liquidity_usd" BIGINT,
"returns" DOUBLE
);
Anyone who has the link will be able to view this.