binance-trading-signal

Binance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.

202 stars

Best use case

binance-trading-signal is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Binance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.

Binance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "binance-trading-signal" skill to help with this workflow task. Context: Binance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/binance-trading-signal/SKILL.md --create-dirs "https://raw.githubusercontent.com/TermiX-official/cryptoclaw/main/skills/binance-trading-signal/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/binance-trading-signal/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How binance-trading-signal Compares

Feature / Agentbinance-trading-signalStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Binance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Binance Smart Money Trading Signals

Official Binance Web3 skill for tracking on-chain Smart Money trading signals — follow professional investors' buy/sell activity.

> Source: [binance/binance-skills-hub](https://github.com/binance/binance-skills-hub/tree/main/skills/binance-web3/trading-signal)

## Supported Chains

| Chain  | chainId |
| ------ | ------- |
| BSC    | 56      |
| Solana | CT_501  |

## API — Smart Money Signals

```
POST https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money
Content-Type: application/json

{
  "chainId": "56",
  "page": 1,
  "pageSize": 20,
  "smartSignalType": ""    // optional filter, empty string = all
}
```

Max `pageSize`: 100.

## Response Fields

| Field             | Description                                      |
| ----------------- | ------------------------------------------------ |
| `signalId`        | Unique signal identifier                         |
| `tokenSymbol`     | Token ticker symbol                              |
| `contractAddress` | Token contract address                           |
| `logoUrl`         | Token logo (prepend `https://bin.bnbstatic.com`) |
| `direction`       | `buy` or `sell`                                  |
| `smartMoneyCount` | Number of smart money wallets involved           |
| `timeframe`       | Signal observation window                        |
| `triggerTime`     | Unix timestamp when signal was triggered         |
| `triggerPrice`    | Price at signal trigger                          |
| `currentPrice`    | Current token price                              |
| `highestPrice`    | Maximum price achieved after signal              |
| `maxGainPct`      | Maximum gain percentage from trigger             |
| `exitRate`        | Percentage of smart money that has exited        |
| `status`          | `active` / `timeout` / `completed`               |
| `tags`            | Token classifications (DEX Paid, Pumpfun, etc.)  |
| `launchPlatform`  | Origin platform (Pump.fun, Moonshot, etc.)       |

## Signal Status

- **active** — Signal is currently valid and ongoing
- **timeout** — Exceeded observation period without resolution
- **completed** — Target reached or stop loss triggered

## Usage Examples

```
User: Show me latest smart money buy signals on BSC
→ POST chainId:56, page:1, pageSize:20, direction filter: buy

User: What are smart money selling on Solana?
→ POST chainId:CT_501, smartSignalType: sell signals

User: Find tokens where smart money has max gain > 50%
→ GET signals, filter by maxGainPct > 50

User: Show active buy signals from Pump.fun tokens
→ GET signals, filter status:active + launchPlatform:pump.fun
```

## Notes

- Logo URLs require prefix: `https://bin.bnbstatic.com`
- Prices and percentages are returned as strings — convert for calculations
- This is for informational purposes only — not investment advice
- Past signal performance does not guarantee future results

Related Skills

binance-token-info

202
from TermiX-official/cryptoclaw

Binance Web3 official skill — search tokens, retrieve metadata, real-time market data, and candlestick charts across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.

binance-token-audit

202
from TermiX-official/cryptoclaw

Binance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.

binance-spot

202
from TermiX-official/cryptoclaw

Binance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.

binance-meme-rush

202
from TermiX-official/cryptoclaw

Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.

binance-market-rank

202
from TermiX-official/cryptoclaw

Binance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.

binance-address-info

202
from TermiX-official/cryptoclaw

Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.

github

211
from TermiX-official/cryptoclaw

GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.

gifgrep

211
from TermiX-official/cryptoclaw

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

zkvm-evaluator

202
from TermiX-official/cryptoclaw

Trustless ERC-8183 job evaluation — run Client's verification program inside a zkVM with ZK proof.

xurl

202
from TermiX-official/cryptoclaw

A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.

whale-watcher

202
from TermiX-official/cryptoclaw

Monitor large transactions and whale movements on-chain.

weather

202
from TermiX-official/cryptoclaw

Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.