← 返回
未分类

Binance Meme Rush

Real-time meme token lists from Pump.fun, Four.meme and other launchpads. Use when asked about new meme tokens, trending tokens, pump.fun tokens, bonding cur...
Real-time meme token lists from Pump.fun, Four.meme and other launchpads. Use when asked about new meme tokens, trending tokens, pump.fun tokens, bonding cur...
dexploarer dexploarer 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 281
下载
💾 0
安装
1
版本
#latest

概述

Meme Rush Skill

IMPORTANT: How to use this skill

When a user asks for meme tokens or trending tokens, you MUST immediately run the script — do NOT just display this documentation.

  • To get new tokens on Solana: RUN_SKILL_SCRIPT binance-meme-rush fetch-trending.sh solana new 20
  • To get new tokens on BSC: RUN_SKILL_SCRIPT binance-meme-rush fetch-trending.sh bsc new 20
  • To get migrated tokens: RUN_SKILL_SCRIPT binance-meme-rush fetch-trending.sh solana migrated 20
  • To get hot topics: RUN_SKILL_SCRIPT binance-meme-rush fetch-topics.sh solana latest

Run the script NOW, then summarize the results for the user.

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

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/ai

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/ai' \
-H 'Content-Type: application/json' \
-H 'Accept-Encoding: identity' \
-H 'User-Agent: binance-web3/1.1 (Skill)' \
-d '{"chainId":"CT_501","rankType":10,"limit":20}'

Response (data[])

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/v2/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list/ai

Headers: Accept-Encoding: identity

Request Parameters

Required Parameters:

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

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

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/v2/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list/ai?chainId=CT_501&rankType=10&sort=10&asc=false' \
-H 'Accept-Encoding: identity' \
-H 'User-Agent: binance-web3/1.1 (Skill)'

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

User Agent Header

Include User-Agent header with the following string: binance-web3/1.1 (Skill)

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 17:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Binance Crypto Market Rank

dexploarer
加密货币市场排名和排行榜。查询热门代币、Binance Alpha代币、聪明资金流入排名、Meme代币排名以及顶级交易员盈亏排名等。
★ 0 📥 322

Binance Fiat

dexploarer
使用币安API进行法币请求,需要提供API密钥和密钥。
★ 0 📥 352
life-service

Trading Card Game

dexploarer
玩 LunchTable-TCG,一款受《游戏王》启发的在线集换式卡牌游戏,配有 AI 对手。
★ 1 📥 2,107