trading-signal

Retrieve on-chain smart money buy/sell signals with trigger and performance context.

957|244|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tukuaiai/tradecat-public --skill trading-signal-tukuaiai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trading-signal
Source: https://github.com/tukuaiai/tradecat-public/tree/main/resources/agent_market_context/binance/upstream/binance-skills-hub-main/skills/binance-web3/trading-signal
Command: npx skills add https://github.com/tukuaiai/tradecat-public --skill trading-signal-tukuaiai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users discover and interpret on-chain smart-money trading signals by turning blockchain wallet activity into actionable signal details like direction, trigger price, current price, max gain, and exit rate.

Core Features & Use Cases

  • Smart money buy/sell signals: Retrieve smart-money signal lists and associated signal metadata for a chosen chain.
  • Signal vs. market comparison: Compare alert/trigger price against current price to understand whether the signal is still relevant.
  • Performance & tags: Read max gain and exit rate, along with token tags (e.g., launch platform and sensitive events) to support quick signal quality assessment.
  • Use Cases: Monitor potential opportunities, validate signal quality via exitRate/maxGain, and focus research on tokens with specific smart-money behaviors or launch platforms.

Quick Start

Use trading-signal on chainId '56' to fetch smart-money signals and review alertPrice, currentPrice, maxGain, and exitRate for the returned tokens.

Frequently Asked Questions about trading-signal

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

FAQPage Schema
How do I retrieve on-chain smart money trading signals for BSC or Solana?

To retrieve on-chain smart money trading signals, send a POST request to the Binance Web3 smart-money signal endpoint with a specific chainId parameter, such as '56' for BSC, to fetch the signal list. The response includes signal direction, trigger prices, and token tags.

What is a smart money signal and how does exitRate help assess token quality?

A smart money signal tracks professional address buy and sell activity on-chain. The exitRate metric helps assess signal quality by indicating the performance of those professional trades, allowing users to validate whether a token opportunity is still viable.

Can I compare the alert price of a smart money signal to the current token price?

Yes, you can compare the alertPrice against the currentPrice returned by the Binance Web3 API. This signal versus market comparison helps determine whether the smart money trading alert is still relevant or if the opportunity has already passed.

How do I get smart money buy and sell alerts with pagination using the Binance Web3 API?

You can get smart money buy and sell alerts by supporting pagination and pageSize parameters in your POST request to the Binance Web3 signal endpoint. This retrieves multiple pages of professional address activity data for your selected chain.

Does the smart money signal data include token tags and max gain performance metrics?

Yes, the smart money signal data includes token tags, such as launch platform and sensitive events, alongside maxGain and exitRate metrics. These details support quick assessment of professional address trading behavior and overall signal quality.