← Back to Skills Marketplace
binance-skills-hub

Binance Meme Rush

by binance-skills-hub · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
156
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install binance-web3-meme-rush
Description
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 ne...
README (SKILL.md)

Meme Rush Skill

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
30 Viral Viral 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

Chain chainId
BSC 56
Solana 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:

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:

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

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' \
-H 'User-Agent: binance-web3/1.0 (Skill)' \
-d '{"chainId":"CT_501","rankType":10,"limit":20}'

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:

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:

Field Type Description
chainId string Chain ID: 56, CT_501
rankType integer 10=Latest, 20=Rising, 30=Viral
sort integer Sort 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:

Field Type Description
asc boolean true=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

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' \
-H 'User-Agent: binance-web3/1.0 (Skill)'

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: binance-web3/1.0 (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
Usage Guidance
This SKILL.md appears coherent for a tool that queries Binance's Web3 ranking API and does not request secrets or install code. Before installing: (1) verify the skill's publisher (the registry lists an unknown source but the document claims 'binance-web3-team'); (2) do not supply private keys or exchange API secrets to the skill; (3) if you plan to automate trades, test queries in a read-only environment first and monitor outbound network calls to confirm they're going to the expected domain (web3.binance.com); (4) prefer official, documented APIs or published packages from trusted sources for financial operations. If you can obtain the skill source or a homepage, re-check authenticity and any hidden instructions before trusting it for live trading.
Capability Analysis
Type: OpenClaw Skill Name: binance-web3-meme-rush Version: 1.0.0 The skill bundle provides a legitimate interface for an AI agent to query meme token data and market trends via Binance Web3 API endpoints (web3.binance.com). The SKILL.md file contains standard API documentation and instructions for the agent to fetch token lists and hot topics without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description (meme-token fast-trading assistant) match the SKILL.md content: detailed API endpoints, filters, and protocol references for launchpads and token rankings. No unrelated credentials, binaries, or system-wide access are requested. One minor note: the SKILL.md author field ('binance-web3-team') and rich Binance-specific endpoints suggest an official integration, but the registry metadata lists unknown source and no homepage—this could be impersonation or simply incomplete metadata.
Instruction Scope
Instructions focus on calling a public Binance Web3 API and describing request parameters/filters. There are no instructions in the visible content to read local files, environment variables, or other system state, nor to send data to unexpected endpoints. The only external network target is https://web3.binance.com, which is consistent with the skill's stated purpose.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest-risk installation profile (nothing is written to disk by the skill itself).
Credentials
The skill declares no required environment variables or credentials. That is proportionate for read-only queries against a public API. (If any private trading features are later added, requiring API keys or wallet access would need scrutiny.)
Persistence & Privilege
Skill does not request always:true and uses platform defaults (user-invocable, agent invocation allowed). It does not ask to modify other skills or agent-wide settings based on the provided content.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install binance-web3-meme-rush
  3. After installation, invoke the skill by name or use /binance-web3-meme-rush
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Meme Rush — a fast-trading assistant for meme tokens. - Provides real-time lists of new, finalizing, and migrated meme tokens from major launchpads across BSC and Solana. - Tracks full token lifecycle, including bonding curve progress and migration to DEX. - Offers advanced filtering for dev activity, holder analysis, and on-chain trading data. - Features Topic Rush: AI-powered discovery of hot market narratives, ranking related tokens by net inflow. - Supports major meme token platforms like Pump.fun, Four.meme, and more.
Metadata
Slug binance-web3-meme-rush
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Binance 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 ne... It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.

How do I install Binance Meme Rush?

Run "/install binance-web3-meme-rush" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Binance Meme Rush free?

Yes, Binance Meme Rush is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Binance Meme Rush support?

Binance Meme Rush is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Binance Meme Rush?

It is built and maintained by binance-skills-hub (@binance-skills-hub); the current version is v1.0.0.

💬 Comments