Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
binance avatar

Trading Signal

  • 7.8k installs
  • 942 repo stars
  • Updated July 23, 2026
  • binance/binance-skills-hub

How do you fetch Binance Web3 smart-money buy and sell signals on BSC or Solana with trigger price, max gain, and exit rate?

About

This skill retrieves discrete on-chain smart-money trading signals from tracked professional wallets on BSC and Solana. Each result is a buy or sell event with trigger price, current price, max gain since trigger, exit rate, and token tags such as Pumpfun or DEX Paid. Call the bundled CLI with chainId 56 for BSC or CT_501 for Solana, paginating up to 100 results per page. Summaries should map status values active, timeout, and completed into plain language, prefer active signals for actionable opportunities, and treat higher smartMoneyCount as stronger reliability while high exitRate suggests the trade may have passed. Logo URLs need the https://bin.bnbstatic.com prefix. The skill fits copy-trade research, whale activity alerts, and alpha signal scans over recent windows without building a custom indexer.

  • Returns per-trade smart-money buy or sell events with trigger and current price
  • Supports BSC chainId 56 and Solana chainId CT_501 via bundled CLI
  • pageSize caps at 100 and status enum maps to active, timeout, or completed
  • Higher smartMoneyCount implies stronger signal reliability across wallets
  • High exitRate percentage warns that smart money may have already exited

Trading Signal by the numbers

  • 7,817 all-time installs (skills.sh)
  • +141 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #9 of 1,136 Finance & Trading skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/binance/binance-skills-hub --skill trading-signal

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7.8k
repo stars942
Security audit3 / 3 scanners passed
Last updatedJuly 23, 2026
Repositorybinance/binance-skills-hub

What it does

Retrieve on-chain smart-money buy and sell signals on BSC and Solana with trigger price, max gain, and exit rate analysis.

Who is it for?

On-chain alpha researchers, copy-trade analysts, and agents answering whale buy questions or hourly signal scans on BSC and Solana.

Skip if: Centralized exchange spot order books, non-EVM chains outside the supported list, or long-form portfolio management without signal context.

When should I use this skill?

User asks about smart money buys, whale activity, copy-trade signals, trigger price versus current price, or max gain on recent on-chain trades.

What you get

The agent returns paginated smart-money signals with direction, status, reliability indicators, and correctly prefixed icon URLs ready for user-facing summaries.

  • Smart Money signal lists
  • Price and exit-rate comparison metrics
  • Subscribed on-chain alert feeds

By the numbers

  • Binance Web3 team skill version 1.1

Files

SKILL.mdMarkdownGitHub ↗

Trading Signal Skill

Overview

This skill retrieves on-chain Smart Money trading signals to help users track professional investors:

Get smart money buy/sell signals Compare signal trigger price with current price Analyze max gain and exit rate of signals Get token tags (e.g., Pumpfun, DEX Paid)

When to Use This Skill

User intentCommand
Get on-chain smart-money buy/sell signals with gain + exit-rate datasmart-money

Supported Chains

ChainchainId
BSC56
SolanaCT_501

How to Call APIs

node <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"CT_501","page":1,"pageSize":50}'

Commands

CommandPurposeRequired argsExample
smart-moneySmart-money buy/sell signals with trigger price, max gain, exit ratechainIdnode <skill-dir>/scripts/cli.mjs smart-money '{"chainId":"56","page":1,"pageSize":50}'

Optional args: page (default 1), pageSize (max 100), smartSignalType (filter; empty string = all).

Rules

  • `pageSize` cap is 100 — larger values are silently clamped upstream.
  • `status` enum (map to user-friendly language when summarizing):
  • active — signal still valid
  • timeout — exceeded observation window (may still be informative, but stale)
  • completed — reached target / stop loss

Prefer active signals when surfacing actionable opportunities.

  • Quality indicators: higher smartMoneyCount (more distinct smart-money addresses) implies higher signal reliability; high exitRate (%) suggests smart money has already exited, so the opportunity may have passed.
  • `direction` is buy or sell — always include this when summarizing a signal.
  • Icon URL prefix: logoUrl is a relative path; prepend https://bin.bnbstatic.com. chainLogoUrl is already a full URL. Timestamps are ms; maxGain is a % string — convert before arithmetic.

Full CLI Reference

See `references/cli.md` for per-subcommand invocations, parameter tables, signal / tag / performance field tables, and real response samples.

Related skills

How it compares

Use trading-signal for on-chain smart-money alerts; use market-data skills like CoinGecko when broad exchange pricing and trending discovery matter more.

FAQ

What data does trading-signal return for each alert?

trading-signal returns Smart Money buy or sell signals with trigger price, current price, max gain, and exit rate. The Binance Web3 skill version 1.1 helps compare signal quality before using alerts as investment references.

Who maintains the trading-signal skill?

trading-signal is authored by the binance-web3-team as version 1.1 in the Binance skills hub. The skill monitors on-chain professional wallet activity to surface smart-money trading signals for research workflows.

Is Trading Signal safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.