trading-signal

Retrieve on-chain smart money buy and sell signals from the Binance Web3 API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Crypto traders lack visibility into what professional investors and whales are buying or selling on-chain, making it hard to spot early opportunities or exit risks. ## Core Features & Use Cases - Smart Money Signal Retrieval: Query buy/sell signals from smart money addresses on Solana and BSC via the Binance Web3 API. - Signal Performance Analysis: Compare trigger price, current price, max gain, and exit rate to evaluate signal quality. - Token Tagging: Identify token attributes like Pumpfun launch, DEX Paid promotion, and whale activity. - Use Case: Ask for the latest smart money buy signals on Solana to discover tokens that professional wallets are accumulating before prices move. ## Quick Start Fetch the latest smart money buy signals on Solana and summarize the top tokens by smart money count and max gain.

Frequently Asked Questions about trading-signal

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

FAQPage Schema
How do I get smart money trading signals for Solana tokens?

Send a POST request to the Binance Web3 smart-money signal endpoint with chainId set to CT_501, page starting at 1, and pageSize up to 100. The response returns signal direction, trigger price, current price, max gain, and exit rate for each token.

What chains does the Binance smart money signal API support?

The API supports BSC with chainId 56 and Solana with chainId CT_501. Pass the appropriate chainId value in the request body to filter signals per chain.

What do exitRate and maxGain mean in smart money signals?

exitRate is the percentage of smart money that has exited the position, so a high value suggests the signal may be expired. maxGain is the maximum percentage gain reached after the signal triggered, useful for evaluating historical signal quality.

Why do some smart money signals show status timeout?

A timeout status means the signal exceeded its observation period without completing. Focus on signals with status active, since timeout or completed signals no longer represent actionable opportunities.

How do I build the full token logo URL from the API response?

Prepend the domain https://bin.bnbstatic.com to the logoUrl path returned in the response. The chainLogoUrl field is already a complete URL and needs no prefix.