Binance Meme Rush

v1.0.0

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...

1· 153·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for binance-skills-hub/binance-web3-meme-rush.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Binance Meme Rush" (binance-skills-hub/binance-web3-meme-rush) from ClawHub.
Skill page: https://clawhub.ai/binance-skills-hub/binance-web3-meme-rush
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install binance-web3-meme-rush

ClawHub CLI

Package manager switcher

npx clawhub@latest install binance-web3-meme-rush
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9797h6hnsej843ahej1jj0x6n8367qc
153downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

Comments

Loading comments...