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 -- Current Price (USD),
"market_cap_usd" BIGINT -- Market Cap (USD),
"trading_volume_24h" BIGINT -- Trading Volume (24h),
"circulating_supply" BIGINT,
"total_supply" BIGINT,
"price_change_24h" DOUBLE -- Price Change (24h),
"all_time_high_price" DOUBLE -- All-Time High (Price),
"all_time_low_price" DOUBLE -- All-Time Low (Price),
"number_of_holders" BIGINT,
"transactions_count" BIGINT,
"token_liquidity_usd" BIGINT -- Token Liquidity (USD),
"returns" DOUBLE -- Returns (%)
);
Anyone who has the link will be able to view this.