Back to skills

trading-signal

data

Fetches on-chain Smart Money trading signals from Binance Web3, covering buy/sell direction, trigger price, current price, max gain percentage, and exit rate for tokens on Solana and BSC. Tracks how m

Setup & Installation

npx skills add https://github.com/binance/trading-signal --skill trading-signal
or paste the link and ask your coding assistant to install it
https://github.com/binance/trading-signal
View on GitHub

What This Skill Does

Fetches on-chain Smart Money trading signals from Binance Web3, covering buy/sell direction, trigger price, current price, max gain percentage, and exit rate for tokens on Solana and BSC. Tracks how many smart money addresses are involved in each signal and what platform launched the token. Aggregating smart money wallet activity across Solana and BSC manually would require indexing on-chain transactions yourself; this skill returns pre-processed signals with performance metrics in a single API call.

When to use it

  • Working with trading signal functionality
  • Implementing trading signal features
  • Debugging trading signal related issues