meme-rush

Query Binance Web3 APIs for meme token launchpad rankings and trending market topics.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Tgoldi/claude-skills --skill meme-rush-tgoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meme-rush
Source: https://github.com/Tgoldi/claude-skills/tree/main/meme-rush
Command: npx skills add https://github.com/Tgoldi/claude-skills --skill meme-rush-tgoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Tracking newly launched meme tokens across launchpads like Pump.fun and Four.meme requires manually monitoring multiple platforms, and spotting trending narratives early is difficult without aggregated inflow data. ## Core Features & Use Cases - Meme Rush Rankings: Fetch real-time meme token lists across New, Finalizing, and Migrated lifecycle stages on BSC and Solana, with filters for bonding curve progress, liquidity, holder distribution, and dev behavior. - Topic Rush Discovery: Retrieve AI-generated market hot topics ranked by net inflow, each with associated tokens and per-token inflow metrics. - Risk Filtering: Exclude dev wash trading, check dev sell percentage, burned tokens, sniper and insider holder percentages before trading. - Use Case: Ask for newly created Solana meme tokens with bonding curve progress above 80% and dev wash trading excluded to find candidates about to migrate to a DEX. ## Quick Start Show me the top 20 newly launched meme tokens on Solana from Pump.fun with liquidity above $10,000.

Frequently Asked Questions about meme-rush

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find new meme tokens on Pump.fun?

Send a POST request to the pulse rank list endpoint with chainId CT_501, rankType 10 for new tokens, and protocol 1001 for Pump.fun. The response returns token symbols, prices, bonding curve progress, and holder metrics.

How to track meme tokens about to migrate to a DEX?

Use rankType 20 on the Meme Rush rank list API to get tokens in the Finalizing stage where the bonding curve is nearly complete. You can further filter by progressMin to catch tokens closest to migration.

Which blockchains does the meme token ranking API support?

The API supports BSC with chainId 56 and Solana with chainId CT_501. Solana covers protocols like Pump.fun, Moonshot, and Raydium, while BSC covers Four.meme and Flap.

Can I filter out tokens with dev wash trading?

Yes, set excludeDevWashTrading to 1 in the request body to remove tokens flagged for dev wash trading. You can also filter by dev sell percentage, insider holdings, and require dev burned tokens with devBurnedToken set to 1.

What is the difference between Meme Rush and Topic Rush?

Meme Rush lists individual tokens by launch lifecycle stage, while Topic Rush groups tokens under AI-generated market hot topics ranked by net inflow. Topic Rush uses a GET endpoint with rankType 10, 20, or 30 for Latest, Rising, or Viral topics.