meme-rush

Meme token fast-trading assistant with two core capabilities: 1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages 2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow Use this skill when users ask about new meme tokens, meme launches, bonding curve, migration status, pump.fun tokens, four.meme tokens, fast meme trading, market hot topics, or trending narratives.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "meme-rush" with this command: npx skills add binance-web3-team/meme-rush

Meme Rush Skill

Overview

Meme Rush — Launchpad token lifecycle tracking

rankTypeStageDescription
10NewFreshly created meme tokens still on bonding curve
20FinalizingTokens about to migrate (bonding curve nearly complete)
30MigratedTokens that just migrated to DEX

Topic Rush — AI-powered market hot topic discovery

rankTypeStageDescription
10LatestNewest hot topics
20RisingRising topics with all-time high inflow between $1k–$20k
30ViralViral topics with all-time high inflow above $20k

Use Cases

  1. Snipe New Launches: Find freshly created meme tokens on Pump.fun, Four.meme, etc.
  2. Migration Watch: Monitor tokens about to migrate — catch early DEX liquidity
  3. Post-Migration Trading: Find just-migrated tokens for early DEX entry
  4. Filter by Dev Behavior: Exclude dev wash trading, check dev sell %, burned tokens
  5. Holder Analysis: Filter by top10 %, dev %, sniper %, insider %, bundler % holdings
  6. Smart Filtering: Combine bonding curve progress, liquidity, volume, market cap filters
  7. Topic Discovery: Find AI-generated market hot topics and their associated tokens
  8. Narrative Trading: Trade tokens grouped by trending narratives, sorted by net inflow

Supported Chains

ChainchainId
BSC56
SolanaCT_501

Protocol Reference

Protocol CodePlatformChain
1001Pump.funSolana
1002MoonitSolana
1003Pump AMMSolana
1004Launch LabSolana
1005Raydium V4Solana
1006Raydium CPMMSolana
1007Raydium CLMMSolana
1008BONKSolana
1009Dynamic BCSolana
1010MoonshotSolana
1011Jup StudioSolana
1012BagsSolana
1013BelieverSolana
1014Meteora DAMM V2Solana
1015Meteora PoolsSolana
1016OrcaSolana
2001Four.memeBSC
2002FlapBSC

API 1: Meme Rush Rank List

Method: POST

URL:

https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list

Headers: Content-Type: application/json, Accept-Encoding: identity

Request Body

Required Parameters:

FieldTypeDescription
chainIdstringChain ID: 56 for bsc, CT_501 for solana
rankTypeinteger10=New, 20=Finalizing, 30=Migrated

Pagination & Keyword:

FieldTypeDescription
limitintegerMax results per request (default 40, max 200)
keywordsstring[]Include symbols matching keywords (max 5)
excludesstring[]Exclude symbols (max 5)

Token Filters (Min/Max pairs):

FilterTypeDescription
progressMin/MaxstringBonding curve progress (0-100%)
tokenAgeMin/MaxlongToken age
holdersMin/MaxlongHolder count
liquidityMin/MaxstringLiquidity (USD)
volumeMin/Maxstring24h volume (USD)
marketCapMin/MaxstringMarket cap (USD)
countMin/MaxlongTotal trade count
countBuyMin/MaxlongBuy trade count
countSellMin/MaxlongSell trade count

Holder Distribution Filters (Min/Max pairs):

FilterTypeDescription
holdersTop10PercentMin/MaxstringTop10 holder %
holdersDevPercentMin/MaxstringDev holder %
holdersSniperPercentMin/MaxstringSniper holder %
holdersInsiderPercentMin/MaxstringInsider holder %
bundlerHoldingPercentMin/MaxstringBundler holder %
newWalletHoldingPercentMin/MaxstringNew wallet holder %
bnHoldingPercentMin/MaxstringBinance wallet holder %
bnHoldersMin/MaxlongBinance wallet holder count
kolHoldersMin/MaxlongKOL holder count
proHoldersMin/MaxlongPro holder count

Dev & Launch Filters:

FieldTypeDescription
devMigrateCountMin/MaxlongDev historical migration count
devPositionintegerDev position: 2=dev sold all (pass when checked)
devBurnedTokenintegerDev burned tokens: 1=yes
excludeDevWashTradingintegerExclude dev wash trading: 1=yes
excludeInsiderWashTradingintegerExclude insider wash trading: 1=yes

Other Filters:

FieldTypeDescription
protocolinteger[]Launchpad protocol codes (see Protocol Reference)
exclusiveintegerBinance exclusive token: 0=no, 1=yes
paidOnDexScreenerintegerPaid on DexScreener
pumpfunLivingintegerPump.fun live stream: 1=yes
cmcBoostintegerCMC paid boost: 1=yes
globalFeeMin/MaxstringTrading fee (Solana only)
pairAnchorAddressstring[]Quote token addresses
tokenSocials.atLeastOneintegerHas at least one social: 1=yes
tokenSocials.socialsstring[]Specific socials: website, twitter, telegram

Example Request

curl -X POST 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list' \
-H 'Content-Type: application/json' \
-H 'Accept-Encoding: identity' \
-d '{"chainId":"CT_501","rankType":10,"limit":20}'

Response (data.tokens[])

Core Fields:

FieldTypeDescription
chainIdstringChain ID
contractAddressstringContract address
symbolstringToken symbol
namestringToken name
decimalsintegerToken decimals
iconstringLogo URL (prefix https://bin.bnbstatic.com)
pricestringCurrent price (USD)
priceChangestring24h price change (%)
marketCapstringMarket cap (USD)
liquiditystringLiquidity (USD)
volumestring24h volume (USD)
holderslongHolder count
progressstringBonding curve progress (%, append % directly)
protocolintegerLaunchpad protocol code
exclusiveintegerBinance exclusive: 0/1

Trade Counts:

FieldTypeDescription
countlong24h total trades
countBuylong24h buy trades
countSelllong24h sell trades

Holder Distribution (all string, already in %, append % directly):

FieldDescription
holdersTop10PercentTop10 holders %
holdersDevPercentDev holders %
holdersSniperPercentSniper holders %
holdersInsiderPercentInsider holders %
bnHoldingPercentBinance wallet holders %
kolHoldingPercentKOL holders %
proHoldingPercentPro holders %
newWalletHoldingPercentNew wallet holders %
bundlerHoldingPercentBundler holders %

Dev & Migration Info:

FieldTypeDescription
devAddressstringDev wallet address
devSellPercentstringDev sell %
devMigrateCountlongDev historical migration count
devPositioninteger2=dev sold all position
migrateStatusinteger0=not migrated, 1=migrated
migrateTimelongMigration timestamp (ms)
createTimelongToken creation timestamp (ms)

Tags & Flags:

FieldTypeDescription
tagDevWashTradingintegerDev wash trading: 1=yes
tagInsiderWashTradingintegerInsider wash trading: 1=yes
tagDevBurnedTokenintegerDev burned tokens: 1=yes
tagPumpfunLivingintegerPump.fun live: 1=yes
tagCmcBoostintegerCMC paid: 1=yes
paidOnDexScreenerintegerDexScreener paid: 1=yes
launchTaxEnableintegerHas launch tax: 1=yes
taxRatestringTrading tax rate (%)
globalFeestringTrading fee (Solana only)

Social Links:

FieldTypeDescription
socials.websitestringWebsite URL
socials.twitterstringTwitter URL
socials.telegramstringTelegram URL

AI Narrative:

FieldTypeDescription
narrativeText.enstringAI narrative (English)
narrativeText.cnstringAI narrative (Chinese)

API 2: Topic Rush Rank List

Method: GET

URL:

https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list

Headers: Accept-Encoding: identity

Request Parameters

Required Parameters:

FieldTypeDescription
chainIdstringChain ID: 56, CT_501
rankTypeinteger10=Latest, 20=Rising, 30=Viral
sortintegerSort by: 10=create time, 20=net inflow, 30=viral time

Sort convention: When the user does not specify a sort preference, use sort=10 (create time) for Latest/Rising, and sort=30 (viral time) for Viral.

Optional Parameters:

FieldTypeDescription
ascbooleantrue=ascending, false=descending
keywordsstringKeyword filter (case-insensitive, contains match)
topicTypestringTopic type filter, comma-separated for multiple
tokenSizeMin/MaxintegerAssociated token count range
netInflowMin/MaxstringTopic net inflow range (USD)

Example Request

curl 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list?chainId=CT_501&rankType=30&sort=30&asc=false' \
-H 'Accept-Encoding: identity'

Response (data[])

Topic Fields:

FieldTypeDescription
topicIdstringTopic unique ID
chainIdstringChain ID
nameobjectMulti-language topic name (topicNameEn, topicNameCn, etc.)
typestringTopic type/category
closeintegerTopic closed: 0=no, 1=yes
topicLinkstringRelated tweet/post URL
createTimelongTopic creation timestamp (ms)
progressstringTopic progress (pre-formatted %, append % directly)
aiSummaryobjectAI-generated topic narrative
topicNetInflowstringTotal net inflow (USD)
topicNetInflow1hstring1h net inflow (USD)
topicNetInflowAthstringAll-time high net inflow (USD)
tokenSizeintegerNumber of associated tokens
deepAnalysisFlagintegerDeep analysis available: 1=yes

Token List (tokenList[] within each topic):

FieldTypeDescription
chainIdstringChain ID
contractAddressstringContract address
symbolstringToken symbol
iconstringLogo URL (prefix https://bin.bnbstatic.com)
decimalsintegerToken decimals
createTimelongToken creation timestamp (ms)
marketCapstringMarket cap (USD)
liquiditystringLiquidity (USD)
priceChange24hstring24h price change (pre-formatted %, append %)
netInflowstringToken net inflow since topic creation (USD)
netInflow1hstringToken 1h net inflow (USD)
volumeBuy / volumeSellstringBuy / Sell volume since topic creation (USD)
volume1hBuy / volume1hSellstring1h buy / sell volume (USD)
uniqueTrader{5m,1h,4h,24h}longUnique traders by period
count{5m,1h,4h,24h}longTrade count by period
holderslongHolder count
kolHolderslongKOL holder count
smartMoneyHolderslongSmart money holder count
protocolintegerLaunchpad protocol code (0/null = DEX token)
internalintegerOn bonding curve: 0=no, 1=yes
migrateStatusintegerMigrated: 0=no, 1=yes

Notes

  1. Only chainId and rankType are required; all other parameters are optional filters
  2. Percentage fields (progress, holder %, dev sell %, tax rate) are pre-formatted — append % directly
  3. taxRate for protocol=2001 (Four.meme) only shows on Migrated list; for protocol=2002 (Flap) shows on all lists
  4. Icon URLs require prefix: https://bin.bnbstatic.com + path

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated