
Crypto Market Rank
Query Binance Web3 ranking APIs for trending tokens, social hype, meme breakouts, smart-money inflows, and trader PnL when researching crypto markets.
Overview
Crypto Market Rank is an agent skill for the Idea phase that queries Binance Web3 ranking APIs for trending tokens, social hype, meme ranks, smart-money inflows, and trader PnL leaderboards.
Install
npx skills add https://github.com/binance/binance-skills-hub --skill crypto-market-rankWhat is this skill?
- Five API surfaces: Social Hype Leaderboard, Unified Token Rank, Smart Money Inflow Rank, Meme Rank (Pulse), Address PnL
- Unified Token Rank filters by rankType—trending (10), top search (11), Binance Alpha (20), tokenized stocks (40)
- Social hype and sentiment summaries for buzz-driven token shortlists
- Meme Rank from Pulse launchpad for breakout meme token screening
- Smart money inflow and top-trader PnL leaderboards for flow and KOL performance
- 5 documented ranking API surfaces in the skill overview table
- 4 unified rankType modes: 10 trending, 11 top search, 20 Alpha, 40 tokenized stocks
Adoption & trust: 6.3k installs on skills.sh; 881 GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need current token leaderboards and social or flow signals but do not want to memorize five Binance Web3 ranking endpoints and rankType filters.
Who is it for?
Solo builders and indie traders using agents to scan crypto narratives, flows, and leaderboard data during early market research.
Skip if: Teams that need on-chain execution, portfolio management, or regulated investment advice without human review—this skill only surfaces ranking API data.
When should I use this skill?
Users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.
What do I get? / Deliverables
After the skill runs, you get interpreted ranking results aligned to the user’s question—trending, search, alpha, stocks, hype, memes, inflows, or PnL—ready for a shortlist or deeper due diligence.
- Ranked token lists with rankType or leaderboard context
- Social hype or smart-money inflow summaries tied to the query
Recommended Skills
Journey fit
Token discovery and market-leaderboard reads happen before you commit capital or product direction—canonical shelf is early research, not shipping infra. Discover subphase covers scanning what is hot, searched, and alpha-ranked rather than building wallets or deploying contracts.
How it compares
Use for Binance Web3 leaderboard queries instead of generic web search that lacks rankType filters and Pulse meme rank semantics.
Common Questions / FAQ
Who is crypto-market-rank for?
Indie builders, agent users, and small teams researching crypto markets who want Binance Web3 ranking APIs invoked consistently from Claude Code, Cursor, or Codex.
When should I use crypto-market-rank?
Use it in Idea/discover when comparing trending and top-searched tokens, Alpha picks, or tokenized stocks; in Idea/research when summarizing social hype; and in Validate/scope when grounding a meme or trading concept in current Pulse and smart-money inflow ranks.
Is crypto-market-rank safe to install?
Review the Security Audits panel on this Prism page for install risk and permissions; ranking calls use network access to Binance APIs and should be treated like any third-party financial data integration.
SKILL.md
READMESKILL.md - Crypto Market Rank
# Crypto Market Rank Skill ## Overview | API | Function | Use Case | |-----|----------|----------| | Social Hype Leaderboard | Social buzz ranking | Sentiment analysis, social summaries | | Unified Token Rank | Multi-type token rankings | Trending, Top Search, Alpha, Stock with filters | | Smart Money Inflow Rank | Token rank by smart money buys | Discover tokens smart money is buying most | | Meme Rank | Top meme tokens from Pulse launchpad | Find meme tokens most likely to break out | | Address Pnl Rank | Top trader PnL leaderboard | Top PnL traders / KOL performance ranking | ## Use Cases 1. **Social Hype Analysis**: Discover tokens with highest social buzz and sentiment 2. **Trending Tokens**: View currently trending tokens (rankType=10) 3. **Top Searched**: See most searched tokens (rankType=11) 4. **Alpha Discovery**: Browse Binance Alpha picks (rankType=20) 5. **Stock Tokens**: View tokenized stocks (rankType=40) 6. **Smart Money Inflow**: Discover which tokens smart money is buying most 7. **Meme Rank**: Find top meme tokens from Pulse launchpad most likely to break out 8. **PnL Leaderboard**: View top-performing trader addresses, PnL, win rates 9. **Filtered Research**: Combine filters for targeted token or address screening ## Supported Chains | Chain | chainId | |-------|---------| | BSC | 56 | | Base | 8453 | | Solana | CT_501 | --- ## API 1: Social Hype Leaderboard ### Method: GET **URL**: ``` https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/social/hype/rank/leaderboard/ai ``` **Request Parameters**: | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | chainId | string | Yes | Chain ID | | sentiment | string | No | Filter: `All`, `Positive`, `Negative`, `Neutral` | | targetLanguage | string | Yes | Translation target, e.g., `en`, `zh` | | timeRange | number | Yes | Time range, `1` = 24 hours | | socialLanguage | string | No | Content language, `ALL` for all | **Headers**: `Accept-Encoding: identity` **Example**: ```bash curl 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/social/hype/rank/leaderboard/ai?chainId=56&sentiment=All&socialLanguage=ALL&targetLanguage=en&timeRange=1' \ -H 'Accept-Encoding: identity' \ -H 'User-Agent: binance-web3/2.1 (Skill)' ``` **Response** (`data.leaderBoardList[]`): | Field Path | Type | Description | |------------|------|-------------| | metaInfo.logo | string | Icon URL path (prefix `https://bin.bnbstatic.com`) | | metaInfo.symbol | string | Token symbol | | metaInfo.chainId | string | Chain ID | | metaInfo.contractAddress | string | Contract address | | metaInfo.tokenAge | number | Creation timestamp (ms) | | marketInfo.marketCap | number | Market cap (USD) | | marketInfo.priceChange | number | Price change (%) | | socialHypeInfo.socialHype | number | Total social hype index | | socialHypeInfo.sentiment | string | Positive / Negative / Neutral | | socialHypeInfo.socialSummaryBrief | string | Brief social summary | | socialHypeInfo.socialSummaryDetail | string | Detailed social summary | | socialHypeInfo.socialSummaryBriefTranslated | string | Translated brief summary | | socialHypeInfo.socialSummaryDetailTranslated | string | Translated detailed summary | --- ## API 2: Unified Token Rank ### Method: POST (recommended) / GET **URL**: ``` https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/unified/rank/