binance-trading-signal

Retrieve paginated Smart Money buy/sell signals from the Binance Web3 API.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/nirholas/three-ui --skill binance-trading-signal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: binance-trading-signal
Source: https://github.com/nirholas/three-ui/tree/main/data/skills/trading/binance-trading-signal
Command: npx skills add https://github.com/nirholas/three-ui --skill binance-trading-signal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users track and interpret professional (smart-money) trading signals by turning on-chain Smart Money activity into actionable buy/sell insights with trigger prices and performance metrics.

Core Features & Use Cases

  • Fetch Smart Money signals: Retrieve paginated Smart Money buy/sell signals filtered by chain (BSC or Solana) and optionally by signal type.
  • Compare trigger vs current price: Identify alertPrice (signal trigger) and currentPrice to understand whether the market is moving relative to the signal.
  • Assess quality and risk: Use maxGain and exitRate to evaluate how signals performed and to spot potentially expired signals via status (active/timeout/completed).
  • Understand token context: Read token tags such as launch platform and sensitive events (e.g., whale activity, smart-money add/reduce holdings).

Quick Start

Ask your agent to retrieve the latest smart-money trading signals for Solana with page 1 and page size 100, then summarize the active buy/sell alerts with their trigger price, current price, max gain, exit rate, and token tags.

Frequently Asked Questions about binance-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 and BSC?

You can retrieve smart money trading signals on Solana or BSC by sending POST requests with JSON parameters like chainId and pageSize to fetch paginated buy/sell alerts from the Binance Web3 API.

What on-chain metrics help assess smart money signal performance?

On-chain smart money signal performance is assessed using metrics like maxGain to track maximum profit, exitRate to evaluate closure efficiency, and status to identify whether signals are active, timed out, or completed.

Can I filter smart money buy and sell signals by signal type?

Yes, you can filter smart money buy and sell signals by including the optional smartSignalType parameter in your POST request body alongside the required chainId and pagination fields.

How does trigger price compare to current price in on-chain wallet signals?

Trigger price and current price are compared in on-chain wallet signals by reading the alertPrice at which the signal triggered against the currentPrice to determine market movement relative to the smart money entry.

What token context is provided with Binance Web3 smart money alerts?

Binance Web3 smart money alerts provide token context through token tags that detail the launch platform and sensitive events such as whale activity or smart money adding and reducing holdings.

What are the limitations when retrieving smart money signals via the Binance Web3 API?

Limitations when retrieving smart money signals include a strict maximum pageSize of 100 per request and the necessity of using POST requests with a JSON body, meaning URL parameter queries are unsupported.