crypto-market-rank

Query Binance Web3 APIs for crypto token rankings, social hype, and trader PnL leaderboards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding trending tokens, tracking smart money flows, and identifying top traders across BSC, Base, and Solana requires manually browsing multiple dashboards. This Skill provides direct API access to Binance Web3 market ranking endpoints so you can pull leaderboard data programmatically. ## Core Features & Use Cases - Token Rankings: Query trending, top-searched, Binance Alpha, and tokenized stock tokens with filters for market cap, volume, holders, and price change. - Social Hype & Meme Ranks: Retrieve social sentiment leaderboards and Pulse launchpad meme tokens scored by breakout potential. - Smart Money & Trader PnL: Discover tokens with the highest smart money inflow and view top trader addresses ranked by realized PnL and win rate. - Use Case: Ask which tokens smart money is buying on BSC over the last 24 hours, and receive a ranked list with inflow amounts, market caps, and risk levels. ## Quick Start Show me the top 20 trending tokens on BSC sorted by 24-hour trading volume.

Frequently Asked Questions about crypto-market-rank

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

FAQPage Schema
How do I get trending crypto tokens from Binance Web3?

Send a POST request to the unified rank list endpoint with rankType 10, a chainId such as 56 for BSC, and your desired period and sort options. The response returns a paginated token list with price, market cap, volume, and holder data.

How to find tokens that smart money is buying?

Use the smart money inflow rank API with a chainId of 56 for BSC or CT_501 for Solana and a period like 24h. Results rank tokens by net smart money inflow in USD and include trader counts, liquidity, and risk levels.

Which blockchains does the crypto market rank API support?

Supported chains are BSC with chainId 56, Base with chainId 8453, and Solana with chainId CT_501. Some endpoints are limited, for example the meme rank API only supports BSC and smart money inflow covers BSC and Solana.

Can I filter token rankings by market cap or holders?

Yes, the unified token rank endpoint accepts min and max filter pairs for market cap, volume, liquidity, holders, price change, and transaction counts. You can also filter by keywords, social presence, audit flags, and Alpha narrative tags.

Why do token icon URLs from the API not load?

Icon and logo fields return relative paths rather than full URLs. Prefix each path with https://bin.bnbstatic.com to construct a working image URL.