Cryptoclaw 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.
install
source · Clone the upstream repo
git clone https://github.com/TermiX-official/cryptoclaw
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TermiX-official/cryptoclaw "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/binance-trading-signal" ~/.claude/skills/termix-official-cryptoclaw-binance-trading-signal && rm -rf "$T"
manifest:
skills/binance-trading-signal/SKILL.mdsource content
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
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 |
|---|---|
| Unique signal identifier |
| Token ticker symbol |
| Token contract address |
| Token logo (prepend ) |
| or |
| Number of smart money wallets involved |
| Signal observation window |
| Unix timestamp when signal was triggered |
| Price at signal trigger |
| Current token price |
| Maximum price achieved after signal |
| Maximum gain percentage from trigger |
| Percentage of smart money that has exited |
| / / |
| Token classifications (DEX Paid, Pumpfun, etc.) |
| 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