binance-crypto-market-rank

Queries Binance Web3 endpoints to rank crypto tokens by social hype, smart money, and more.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/nirholas/three-ui --skill binance-crypto-market-rank
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance-crypto-market-rank
Source: https://github.com/nirholas/three-ui/tree/main/data/skills/analysis/binance-crypto-market-rank
Command: npx skills add https://github.com/nirholas/three-ui --skill binance-crypto-market-rank

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find and compare the most relevant crypto tokens by using Binance Web3 market-ranking endpoints instead of manual browsing and guesswork.

Core Features & Use Cases

  • Social Hype Leaderboard: Identify tokens with the highest social buzz and translated hype summaries for sentiment-aware discovery.
  • Unified Token Rank: Get consistent rankings across multiple categories like Trending, Top Search, Alpha picks, and Stock tokens using filters.
  • Smart Money Inflow Rank: Surface tokens with the strongest net inflow from smart money buyers over a chosen period.
  • Meme Rank: Discover Pulse-launchpad meme tokens with an algorithmic breakout score.
  • Address PnL Rank: Find top traders (KOLs) by realized PnL, win rate, and related leaderboards.

Quick Start

Use the binance-crypto-market-rank skill to fetch trending tokens for chainId 56 over the last 24 hours and return the top results with their social hype, market stats, and summaries.

Frequently Asked Questions about binance-crypto-market-rank

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

FAQPage Schema
How do I get crypto token rankings by social hype and smart money inflow?

Crypto token rankings by social hype and smart money inflow are retrieved by querying Binance Web3 public endpoints, filtering by chainId and time period. You select the specific leaderboard endpoint, provide required parameters, and parse the returned string responses into structured ranking data.

What is the best way to find trending Binance Web3 tokens and alpha picks?

Finding trending Binance Web3 tokens and alpha picks involves using the unified token rank feature with category filters. You query the endpoint with a specified chainId and language field, then apply optional rank and period inputs to surface tokens matching your discovery criteria.

Can I track meme token breakout scores using Binance market rank endpoints?

Meme token breakout scores are trackable through the dedicated meme rank endpoint provided by Binance Web3. You query this endpoint to retrieve Pulse-launchpad meme tokens, which returns an algorithmic breakout score alongside standard token data for analysis.

How do I find top KOL traders by realized PnL and win rate on Binance Web3?

Top KOL traders by realized PnL and win rate are found using the address PnL rank endpoint. You query the Binance Web3 API to retrieve leaderboards of high-performing addresses, parsing the response fields to identify traders with the strongest profitability metrics.

Do I need a specific chainId to query Binance Web3 token leaderboards?

A specific chainId is required to query Binance Web3 token leaderboards. The endpoints mandate a chainId parameter alongside language fields to accurately filter and return social hype, smart money inflow, and address PnL rankings for the targeted blockchain network.

Why are my Binance crypto market rank API responses returning as strings?

Binance crypto market rank API responses returning as strings is an expected endpoint behavior. You must parse these string-formatted response fields into usable numerical or structured data types within your application to properly display token rankings and metrics.