返回顶部
m

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 curve, migration status, or market hot topics.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
70
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

meme-rush

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

rankTypeStageDescription
10NewFreshly 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

rankTypeStageDescription
10LatestNewest hot topics
20
Rising | Rising topics with all-time high inflow between $1k–$20k |

Use Cases

  1. 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
Solana
CT_501 |

Protocol Reference

Protocol CodePlatformChain
1001Pump.funSolana
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:

FieldTypeDescription
chainIdstringChain ID: 56 for bsc, CT_501 for solana
rankType
integer | 10=New, 20=Finalizing, 30=Migrated |

Pagination & Keyword:

FieldTypeDescription
limitintegerMax 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):

FilterTypeDescription
progressMin/MaxstringBonding 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):

FilterTypeDescription
holdersTop10PercentMin/MaxstringTop10 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:

FieldTypeDescription
devMigrateCountMin/MaxlongDev 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:

FieldTypeDescription
protocolinteger[]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:

FieldTypeDescription
chainIdstringChain 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:

FieldTypeDescription
countlong24h total trades
countBuy
long | 24h buy trades |
| countSell | long | 24h sell trades |

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

FieldDescription
holdersTop10PercentTop10 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:

FieldTypeDescription
devAddressstringDev 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:

FieldTypeDescription
tagDevWashTradingintegerDev 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:

FieldTypeDescription
socials.websitestringWebsite URL
socials.twitter
string | Twitter URL |
| socials.telegram | string | Telegram URL |

AI Narrative:

FieldTypeDescription
narrativeText.enstringAI narrative (English)
narrativeText.cn
string | AI narrative (Chinese) |


API 2: Topic Rush Rank List

Method: GET

URL:
CODEBLOCK2

Headers: INLINECODE30

Request Parameters

Required Parameters:

FieldTypeDescription
chainIdstringChain 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:

FieldTypeDescription
ascbooleanINLINECODE38=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:

FieldTypeDescription
topicIdstringTopic 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):

FieldTypeDescription
chainIdstringChain 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. 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. INLINECODE60 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 binance-meme-rush-1775885424 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 binance-meme-rush-1775885424 技能

通过命令行安装

skillhub install binance-meme-rush-1775885424

下载

⬇ 下载 meme-rush v1.0.0(免费)

文件大小: 6.17 KB | 发布时间: 2026-4-12 09:10

v1.0.0 最新 2026-4-12 09:10
Initial release from milady-ai/skills

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部