Datasets:
You need to agree to share your contact information to access this dataset
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
This dataset requires a paid license. Please purchase access at the link below and provide your Hugging Face username. Once purchased, submit an access request on this page. Access is granted manually.
Log in or Sign Up to review the conditions and access this dataset content.
500+ Solana Memecoin KOLs
A list of 500+ Solana Memecoin KOLs with their Solana wallet addresses.
KOL wallet activity has been shown to be a leading indicator of memecoin price movements. Each trade you make without seeing KOL activity is a trade made in the dark.
Dataset includes 500+ of the most popular KOL Solana wallets, including Cupsey, Cented, Theo, West, Gake, and hundreds of others.
Dataset Preview
| name | solana_wallet |
|---|---|
| Cented | CyaE1VxvBrahnPWkqm5VsdCvyS2QmNht2UFrKJHga54o |
| theo | Bi4rd5FH5bYEN8scZ7wevxNZyNmKHdaBcvewdPFxYdLt |
| Doji | 5ZuV8eqkvzYFVEKbLvGBdexL2tFv7E5BCd2HZpjqbdg |
| West | JDd3hy3gQn2V982mi1zqhNqUw1GfV2UL6g76STojCJPN |
| Nikolas (aura arc) | iPUp3qkm39ycMGbywWFMUyvaDhiiPGXeWXaDtmHNe6C |
Access Requirements (Paid Dataset)
This dataset is behind manual gated access.
To obtain access:
Purchase the dataset here:
https://masonmarker.gumroad.com/l/solana-memecoin-kolsProvide your Hugging Face username at checkout.
Return to this Hugging Face page and click:
"Request Access"Your access will be approved within 1-12 hours.
Once approved, you can use the Python snippet at the bottom of this README to load the dataset.
Dataset Structure
Total rows: 520
Total columns: 2
Splits
data: 520 rows
Data Files
data:data/data.parquet
Data Dictionary
The table below describes the columns included in this dataset.
| column | pandas_dtype | dataset_type | description |
|---|---|---|---|
| name | object | string | Text column. Name of the KOL |
| solana_wallet | object | string | Text column. Public Solana blockchain wallet address for a given KOL |
Intended Use
This dataset is intended for research, experimentation, analysis, and model prototyping.
Loading the Dataset
import os
from datasets import load_dataset
HUGGINGFACE_API_KEY = os.environ.get("HUGGINGFACE_API_KEY")
dataset = load_dataset(
"masonmarker/solana-memecoin-kols",
token=HUGGINGFACE_API_KEY,
)
print(dataset)
print(dataset[list(dataset.keys())[0]][0])
# getting the DataFrame itself
# df = dataset[list(dataset.keys())[0]].to_pandas()
Marker, Mason. (2025). 500+ Solana Memecoin KOLs. Hugging Face. https://huggingface.co/datasets/masonmarker/solana-memecoin-kols
- Downloads last month
- 6