trading-signal

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Crypto traders lack visibility into what professional on-chain investors are buying and selling, making it hard to spot early opportunities or exit risks before the broader market reacts. ## 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 Tag Context: Read token tags such as Pumpfun, DEX Paid, and Whale Buy to understand launch platform and whale activity. - Use Case: Ask for active smart money buy signals on Solana, then filter for tokens with high smartMoneyCount and low exitRate to find positions smart money is still holding. ## 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 on Solana?

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. Include the User-Agent header binance-web3/1.1 (Skill) and Content-Type application/json.

What data does a smart money signal include?

Each signal includes the token ticker, contract address, direction (buy or sell), smart money count, alert price, current price, highest price, max gain percentage, exit rate, and status. Token tags indicate launch platform and whale activity.

Which blockchains does the 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 does exitRate mean in a trading signal?

Exit rate is the percentage of smart money positions that have been closed since the signal triggered. A high exit rate suggests the signal may be expired, while a low exit rate on an active signal indicates smart money is still holding.

Why do some 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.