Binance Launchpool History Record
New Update with $MEME by 9gag
@kaggle.bryanchungweather_binance_launchpool_history_record
New Update with $MEME by 9gag
@kaggle.bryanchungweather_binance_launchpool_history_record
This dataset provides **historical data **for Binance Launchpool, specifically tracking the stacking process to earn target cryptocurrencies. It covers **37 target cryptos **with BNB stack pools, starting from 2020. With 16 columns and 38 rows (including header), it offers insights into reward amounts, farming periods, session end dates, token pool details, rewards, stacked tokens, and APYs.
Acknowledgments: Reference: binance
CREATE TABLE binance_launchpool_history (
"target_crypto" VARCHAR,
"reward_amount" BIGINT,
"farming_period" BIGINT,
"session_end_date" TIMESTAMP,
"n_1st_token_pool" VARCHAR -- 1st Token Pool,
"n_1st_tp_reward_target_crypto" BIGINT -- 1st TP Reward (Target Crypto),
"n_1st_tp_stacked_token_pool_token" BIGINT -- 1st TP Stacked Token (Pool Token),
"n_1st_tp_apy" VARCHAR -- 1st TP APY,
"n_2nd_token_pool" VARCHAR -- 2nd Token Pool,
"n_2nd_tp_reward" BIGINT -- 2nd TP Reward,
"n_2nd_tp_stacked_token" BIGINT -- 2nd TP Stacked Token,
"n_2nd_tp_apy" VARCHAR -- 2nd TP APY,
"n_3rd_token_pool" VARCHAR -- 3rd Token Pool,
"n_3rd_tp_reward" DOUBLE -- 3rd TP Reward,
"n_3rd_tp_stacked_token" DOUBLE -- 3rd TP Stacked Token,
"n_3rd_tp_apy" VARCHAR -- 3rd TP APY
);Anyone who has the link will be able to view this.