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: INLINECODE0
- To get new tokens on BSC: INLINECODE1
- To get migrated tokens: INLINECODE2
- To get hot topics: INLINECODE3
Run the script NOW, then summarize the results for the user.
Overview
Meme Rush — Launchpad token lifecycle tracking
| rankType | Stage | Description |
|---|
| 10 | New | Freshly created meme tokens still on bonding curve |
| 20 |
Finalizing | Tokens about to migrate (bonding curve nearly complete) |
| 30 | Migrated | Tokens that just migrated to DEX |
Topic Rush — AI-powered market hot topic discovery
| rankType | Stage | Description |
|---|
| 10 | Latest | Newest hot topics |
| 20 |
Rising | Rising 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.
- Migration Watch: Monitor tokens about to migrate — catch early DEX liquidity
- Post-Migration Trading: Find just-migrated tokens for early DEX entry
- Filter by Dev Behavior: Exclude dev wash trading, check dev sell %, burned tokens
- Holder Analysis: Filter by top10 %, dev %, sniper %, insider %, bundler % holdings
- Smart Filtering: Combine bonding curve progress, liquidity, volume, market cap filters
- Topic Discovery: Find AI-generated market hot topics and their associated tokens
- Narrative Trading: Trade tokens grouped by trending narratives, sorted by net inflow
Supported Chains
CT_501 |
Protocol Reference
| Protocol Code | Platform | Chain |
|---|
| 1001 | Pump.fun | Solana |
| 1002 |
Moonit | Solana |
| 1003 | Pump AMM | Solana |
| 1004 | Launch Lab | Solana |
| 1005 | Raydium V4 | Solana |
| 1006 | Raydium CPMM | Solana |
| 1007 | Raydium CLMM | Solana |
| 1008 | BONK | Solana |
| 1009 | Dynamic BC | Solana |
| 1010 | Moonshot | Solana |
| 1011 | Jup Studio | Solana |
| 1012 | Bags | Solana |
| 1013 | Believer | Solana |
| 1014 | Meteora DAMM V2 | Solana |
| 1015 | Meteora Pools | Solana |
| 1016 | Orca | Solana |
| 2001 | Four.meme | BSC |
| 2002 | Flap | BSC |
API 1: Meme Rush Rank List
Method: POST
URL:
CODEBLOCK0
Headers: Content-Type: application/json, INLINECODE5
Request Body
Required Parameters:
| Field | Type | Description |
|---|
| chainId | string | Chain ID: 56 for bsc, CT_501 for solana |
| rankType |
integer |
10=New,
20=Finalizing,
30=Migrated |
Pagination & Keyword:
| Field | Type | Description |
|---|
| limit | integer | Max results per request (default 40, max 200) |
| keywords |
string[] | Include symbols matching keywords (max 5) |
| excludes | string[] | Exclude symbols (max 5) |
Token Filters (Min/Max pairs):
| Filter | Type | Description |
|---|
| progressMin/Max | string | Bonding curve progress (0-100%) |
| tokenAgeMin/Max |
long | Token age |
| holdersMin/Max | long | Holder count |
| liquidityMin/Max | string | Liquidity (USD) |
| volumeMin/Max | string | 24h volume (USD) |
| marketCapMin/Max | string | Market cap (USD) |
| countMin/Max | long | Total trade count |
| countBuyMin/Max | long | Buy trade count |
| countSellMin/Max | long | Sell trade count |
Holder Distribution Filters (Min/Max pairs):
| Filter | Type | Description |
|---|
| holdersTop10PercentMin/Max | string | Top10 holder % |
| holdersDevPercentMin/Max |
string | Dev holder % |
| holdersSniperPercentMin/Max | string | Sniper holder % |
| holdersInsiderPercentMin/Max | string | Insider holder % |
| bundlerHoldingPercentMin/Max | string | Bundler holder % |
| newWalletHoldingPercentMin/Max | string | New wallet holder % |
| bnHoldingPercentMin/Max | string | Binance wallet holder % |
| bnHoldersMin/Max | long | Binance wallet holder count |
| kolHoldersMin/Max | long | KOL holder count |
| proHoldersMin/Max | long | Pro holder count |
Dev & Launch Filters:
| Field | Type | Description |
|---|
| devMigrateCountMin/Max | long | Dev historical migration count |
| devPosition |
integer | Dev position:
2=dev sold all (pass when checked) |
| devBurnedToken | integer | Dev burned tokens:
1=yes |
| excludeDevWashTrading | integer | Exclude dev wash trading:
1=yes |
| excludeInsiderWashTrading | integer | Exclude insider wash trading:
1=yes |
Other Filters:
| Field | Type | Description |
|---|
| protocol | integer[] | Launchpad protocol codes (see Protocol Reference) |
| exclusive |
integer | Binance exclusive token:
0=no,
1=yes |
| paidOnDexScreener | integer | Paid on DexScreener |
| pumpfunLiving | integer | Pump.fun live stream:
1=yes |
| cmcBoost | integer | CMC paid boost:
1=yes |
| globalFeeMin/Max | string | Trading fee (Solana only) |
| pairAnchorAddress | string[] | Quote token addresses |
| tokenSocials.atLeastOne | integer | Has at least one social:
1=yes |
| tokenSocials.socials | string[] | Specific socials:
website,
twitter,
telegram |
Example Request
CODEBLOCK1
Response (data[])
Core Fields:
| Field | Type | Description |
|---|
| chainId | string | Chain ID |
| contractAddress |
string | Contract address |
| symbol | string | Token symbol |
| name | string | Token name |
| decimals | integer | Token decimals |
| icon | string | Logo URL (prefix
https://bin.bnbstatic.com) |
| price | string | Current price (USD) |
| priceChange | string | 24h price change (%) |
| marketCap | string | Market cap (USD) |
| liquidity | string | Liquidity (USD) |
| volume | string | 24h volume (USD) |
| holders | long | Holder count |
| progress | string | Bonding curve progress (%, append
% directly) |
| protocol | integer | Launchpad protocol code |
| exclusive | integer | Binance exclusive: 0/1 |
Trade Counts:
| Field | Type | Description |
|---|
| count | long | 24h total trades |
| countBuy |
long | 24h buy trades |
| countSell | long | 24h sell trades |
Holder Distribution (all string, already in %, append % directly):
| Field | Description |
|---|
| holdersTop10Percent | Top10 holders % |
| holdersDevPercent |
Dev holders % |
| holdersSniperPercent | Sniper holders % |
| holdersInsiderPercent | Insider holders % |
| bnHoldingPercent | Binance wallet holders % |
| kolHoldingPercent | KOL holders % |
| proHoldingPercent | Pro holders % |
| newWalletHoldingPercent | New wallet holders % |
| bundlerHoldingPercent | Bundler holders % |
Dev & Migration Info:
| Field | Type | Description |
|---|
| devAddress | string | Dev wallet address |
| devSellPercent |
string | Dev sell % |
| devMigrateCount | long | Dev historical migration count |
| devPosition | integer |
2=dev sold all position |
| migrateStatus | integer |
0=not migrated,
1=migrated |
| migrateTime | long | Migration timestamp (ms) |
| createTime | long | Token creation timestamp (ms) |
Tags & Flags:
| Field | Type | Description |
|---|
| tagDevWashTrading | integer | Dev wash trading: 1=yes |
| tagInsiderWashTrading |
integer | Insider wash trading: 1=yes |
| tagDevBurnedToken | integer | Dev burned tokens: 1=yes |
| tagPumpfunLiving | integer | Pump.fun live: 1=yes |
| tagCmcBoost | integer | CMC paid: 1=yes |
| paidOnDexScreener | integer | DexScreener paid: 1=yes |
| launchTaxEnable | integer | Has launch tax: 1=yes |
| taxRate | string | Trading tax rate (%) |
| globalFee | string | Trading fee (Solana only) |
Social Links:
| Field | Type | Description |
|---|
| socials.website | string | Website URL |
| socials.twitter |
string | Twitter URL |
| socials.telegram | string | Telegram URL |
AI Narrative:
| Field | Type | Description |
|---|
| narrativeText.en | string | AI narrative (English) |
| narrativeText.cn |
string | AI narrative (Chinese) |
API 2: Topic Rush Rank List
Method: GET
URL:
CODEBLOCK2
Headers: INLINECODE30
Request Parameters
Required Parameters:
| Field | Type | Description |
|---|
| chainId | string | Chain ID: 56, INLINECODE32 |
| rankType |
integer |
10=Latest,
20=Rising |
| sort | integer | Sort 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:
| Field | Type | Description |
|---|
| asc | boolean | INLINECODE38 =ascending, false=descending |
| keywords |
string | Keyword filter (case-insensitive, contains match) |
| topicType | string | Topic type filter, comma-separated for multiple |
| tokenSizeMin/Max | integer | Associated token count range |
| netInflowMin/Max | string | Topic net inflow range (USD) |
Example Request
CODEBLOCK3
Response (data[])
Topic Fields:
| Field | Type | Description |
|---|
| topicId | string | Topic unique ID |
| chainId |
string | Chain ID |
| name | object | Multi-language topic name (
topicNameEn,
topicNameCn, etc.) |
| type | string | Topic type/category |
| close | integer | Topic closed:
0=no,
1=yes |
| topicLink | string | Related tweet/post URL |
| createTime | long | Topic creation timestamp (ms) |
| progress | string | Topic progress (pre-formatted %, append
% directly) |
| aiSummary | object | AI-generated topic narrative |
| topicNetInflow | string | Total net inflow (USD) |
| topicNetInflow1h | string | 1h net inflow (USD) |
| topicNetInflowAth | string | All-time high net inflow (USD) |
| tokenSize | integer | Number of associated tokens |
| deepAnalysisFlag | integer | Deep analysis available:
1=yes |
Token List (tokenList[] within each topic):
| Field | Type | Description |
|---|
| chainId | string | Chain ID |
| contractAddress |
string | Contract address |
| symbol | string | Token symbol |
| icon | string | Logo URL (prefix
https://bin.bnbstatic.com) |
| decimals | integer | Token decimals |
| createTime | long | Token creation timestamp (ms) |
| marketCap | string | Market cap (USD) |
| liquidity | string | Liquidity (USD) |
| priceChange24h | string | 24h price change (pre-formatted %, append
%) |
| netInflow | string | Token net inflow since topic creation (USD) |
| netInflow1h | string | Token 1h net inflow (USD) |
| volumeBuy / volumeSell | string | Buy / Sell volume since topic creation (USD) |
| volume1hBuy / volume1hSell | string | 1h buy / sell volume (USD) |
| uniqueTrader{5m,1h,4h,24h} | long | Unique traders by period |
| count{5m,1h,4h,24h} | long | Trade count by period |
| holders | long | Holder count |
| kolHolders | long | KOL holder count |
| smartMoneyHolders | long | Smart money holder count |
| protocol | integer | Launchpad protocol code (
0/null = DEX token) |
| internal | integer | On bonding curve:
0=no,
1=yes |
| migrateStatus | integer | Migrated:
0=no,
1=yes |
User Agent Header
Include User-Agent header with the following string: INLINECODE56
Notes
- 1. Only
chainId and rankType are required; all other parameters are optional filters - Percentage fields (progress, holder %, dev sell %, tax rate) are pre-formatted — append
% directly - INLINECODE60 for protocol=2001 (Four.meme) only shows on Migrated list; for protocol=2002 (Flap) shows on all lists
- Icon URLs require prefix:
https://bin.bnbstatic.com + path
Meme Rush 技能
重要提示:如何使用本技能
当用户询问迷因代币或热门代币时,你必须立即运行脚本——不要仅仅展示这份文档。
- - 获取 Solana 新代币:RUNSKILLSCRIPT binance-meme-rush fetch-trending.sh solana new 20
- 获取 BSC 新代币:RUNSKILLSCRIPT binance-meme-rush fetch-trending.sh bsc new 20
- 获取已迁移代币:RUNSKILLSCRIPT binance-meme-rush fetch-trending.sh solana migrated 20
- 获取热门话题:RUNSKILLSCRIPT binance-meme-rush fetch-topics.sh solana latest
立即运行脚本,然后为用户总结结果。
概述
Meme Rush — 发射台代币生命周期追踪
| rankType | 阶段 | 描述 |
|---|
| 10 | 新代币 | 刚创建的迷因代币,仍处于联合曲线阶段 |
| 20 |
即将完成 | 即将迁移的代币(联合曲线接近完成) |
| 30 | 已迁移 | 刚迁移至 DEX 的代币 |
Topic Rush — AI 驱动的市场热门话题发现
上升中 | 资金流入在 $1k–$20k 之间创历史新高的上升话题 |
使用场景
- 1. 狙击新发射:在 Pump.fun、Four.meme 等平台发现刚创建的迷因代币
- 迁移监控:监控即将迁移的代币——捕捉早期 DEX 流动性
- 迁移后交易:寻找刚迁移的代币,早期进入 DEX
- 按开发者行为筛选:排除开发者洗盘交易,检查开发者卖出比例、代币销毁情况
- 持有者分析:按前10%持有者比例、开发者比例、狙击手比例、内幕者比例、捆绑者比例筛选
- 智能筛选:结合联合曲线进度、流动性、交易量、市值筛选条件
- 话题发现:寻找 AI 生成的市场热门话题及其关联代币
- 叙事交易:按热门叙事分组交易代币,按净流入排序
支持的链
CT_501 |
协议参考
| 协议代码 | 平台 | 链 |
|---|
| 1001 | Pump.fun | Solana |
| 1002 |
Moonit | Solana |
| 1003 | Pump AMM | Solana |
| 1004 | Launch Lab | Solana |
| 1005 | Raydium V4 | Solana |
| 1006 | Raydium CPMM | Solana |
| 1007 | Raydium CLMM | Solana |
| 1008 | BONK | Solana |
| 1009 | Dynamic BC | Solana |
| 1010 | Moonshot | Solana |
| 1011 | Jup Studio | Solana |
| 1012 | Bags | Solana |
| 1013 | Believer | Solana |
| 1014 | Meteora DAMM V2 | Solana |
| 1015 | Meteora Pools | Solana |
| 1016 | Orca | Solana |
| 2001 | Four.meme | BSC |
| 2002 | Flap | BSC |
API 1:Meme Rush 排名列表
方法: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
请求体
必填参数:
| 字段 | 类型 | 描述 |
|---|
| chainId | string | 链 ID:56 代表 bsc,CT_501 代表 solana |
| rankType |
integer | 10=新代币,20=即将完成,30=已迁移 |
分页与关键词:
| 字段 | 类型 | 描述 |
|---|
| limit | integer | 每次请求最大结果数(默认 40,最大 200) |
| keywords |
string[] | 包含匹配关键词的符号(最多 5 个) |
| excludes | string[] | 排除的符号(最多 5 个) |
代币筛选条件(最小/最大配对):
| 筛选条件 | 类型 | 描述 |
|---|
| progressMin/Max | string | 联合曲线进度(0-100%) |
| tokenAgeMin/Max |
long | 代币年龄 |
| holdersMin/Max | long | 持有者数量 |
| liquidityMin/Max | string | 流动性(美元) |
| volumeMin/Max | string | 24小时交易量(美元) |
| marketCapMin/Max | string | 市值(美元) |
| countMin/Max | long | 总交易次数 |
| countBuyMin/Max | long | 买入交易次数 |
| countSellMin/Max | long | 卖出交易次数 |
持有者分布筛选条件(最小/最大配对):
| 筛选条件 | 类型 | 描述 |
|---|
| holdersTop10PercentMin/Max | string | 前10%持有者比例 |
| holdersDevPercentMin/Max |
string | 开发者持有比例 |
| holdersSniperPercentMin/Max | string | 狙击手持有比例 |
| holdersInsiderPercentMin/Max | string | 内幕者持有比例 |
| bundlerHoldingPercentMin/Max | string | 捆绑者持有比例 |
| newWalletHoldingPercentMin/Max | string | 新钱包持有比例 |
| bnHoldingPercentMin/Max | string | 币安钱包持有比例 |
| bnHoldersMin/Max | long | 币安钱包持有者数量 |
| kolHoldersMin/Max | long | KOL 持有者数量 |
| proHoldersMin/Max | long | 专业持有者数量 |
开发者与发射筛选条件:
| 字段 | 类型 | 描述 |
|---|
| devMigrateCountMin/Max | long | 开发者历史迁移次数 |
| devPosition |
integer | 开发者仓位:2=开发者已全部卖出(勾选时通过) |
| devBurnedToken | integer | 开发者销毁代币:1=是 |
| excludeDevWashTrading | integer | 排除开发者洗盘交易:1=是 |
| excludeInsiderWashTrading | integer | 排除内幕者洗盘交易:1=是 |
其他筛选条件:
| 字段 | 类型 | 描述 |
|---|
| protocol | integer[] | 发射台协议代码(见协议参考) |
| exclusive |
integer | 币安独家代币:0=否,1=是 |
| paidOnDexScreener | integer | 在 DexScreener 付费 |
| pumpfunLiving | integer | Pump.fun 直播:1=是 |
| cmcBoost | integer | CMC 付费推广:1=是 |
| globalFeeMin/Max | string | 交易费用(仅 Solana) |
| pairAnchorAddress | string[] | 报价代币地址 |
| tokenSocials.atLeastOne | integer | 至少有一个社交链接:1=是 |
| tokenSocials.socials | string[] | 特定社交链接:website,twitter,telegram |
示例请求
bash
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}
响应(data[])
核心字段:
| 字段 | 类型 | 描述 |
|---|
| chainId | string | 链 ID |
| contractAddress |
string | 合约地址 |
| symbol | string | 代币符号 |
| name | string | 代币名称 |
| decimals | integer | 代币小数位数 |
| icon | string | Logo URL(前缀 https://bin.bnbstatic.com) |
| price | string | 当前价格(美元) |
| priceChange | string | 24小时价格变化(%) |
|