trading-signal

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Trading Signal Skill

交易信号Skill

Overview

概述

This skill retrieves on-chain Smart Money trading signals to help users track professional investors:
  • Get smart money buy/sell signals
  • Compare signal trigger price with current price
  • Analyze max gain and exit rate of signals
  • Get token tags (e.g., Pumpfun, DEX Paid)
本Skill用于获取链上Smart Money交易信号,帮助用户跟踪专业投资者的动向:
  • 获取Smart Money买卖信号
  • 对比信号触发价格与当前价格
  • 分析信号的最大涨幅和退出率
  • 获取代币标签(如Pumpfun、DEX Paid)

API Endpoint

API端点

Get Smart Money Signals

获取Smart Money信号

Method: POST
URL:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money
Request Headers:
Content-Type: application/json
Accept-Encoding: identity
Request Body:
json
{
    "smartSignalType": "",
    "page": 1,
    "pageSize": 100,
    "chainId": "CT_501"
}
Request Parameters:
FieldTypeRequiredDescription
smartSignalTypestringNoSignal type filter, empty string for all
pagenumberYesPage number, starting from 1
pageSizenumberYesItems per page, max 100
chainIdstringYesChain ID:
56
for bsc,
CT_501
for solana
Example Request:
bash
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--data '{"smartSignalType":"","page":1,"pageSize":100,"chainId":"CT_501"}'
Response Example:
json
{
    "code": "000000",
    "message": null,
    "messageDetail": null,
    "data": [
        {
            "signalId": 22179,
            "ticker": "Punch",
            "chainId": "CT_501",
            "contractAddress": "NV2RYH954cTJ3ckFUpvfqaQXU4ARqqDH3562nFSpump",
            "logoUrl": "/images/web3-data/public/token/logos/825C62EC6BE606406017F26ABCAEBAD2.png",
            "chainLogoUrl": "https://bin.bnbstatic.com/image/admin_mgs_image_upload/20250303/42065e0a-3808-400e-b589-61c2dbfc0eac.png",
            "tokenDecimals": 6,
            "isAlpha": false,
            "launchPlatform": "Pumpfun",
            "mark": null,
            "isExclusiveLaunchpad": false,
            "alphaPoint": null,
            "tokenTag": {
                "Social Events": [
                    {"tagName": "DEX Paid", "languageKey": "wmp-label-update-dexscreener-social"}
                ],
                "Launch Platform": [
                    {"tagName": "Pumpfun", "languageKey": "wmp-label-title-pumpfun"}
                ],
                "Sensitive Events": [
                    {"tagName": "Smart Money Add Holdings", "languageKey": "wmp-label-title-smart-money-add-position"}
                ]
            },
            "smartSignalType": "SMART_MONEY",
            "smartMoneyCount": 5,
            "direction": "buy",
            "timeFrame": 883000,
            "signalTriggerTime": 1771903462000,
            "totalTokenValue": "3436.694044670495772073",
            "alertPrice": "0.024505932131088482",
            "alertMarketCap": "24505118.720436560690909782",
            "currentPrice": "0.025196",
            "currentMarketCap": "25135683.751234890220129783671668745",
            "highestPrice": "0.027244000000000000",
            "highestPriceTime": 1771927760000,
            "exitRate": 78,
            "status": "timeout",
            "maxGain": "5.4034",
            "signalCount": 23
        }
    ],
    "success": true
}
Response Fields:
请求方法: POST
请求地址:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money
请求头:
Content-Type: application/json
Accept-Encoding: identity
请求体:
json
{
    "smartSignalType": "",
    "page": 1,
    "pageSize": 100,
    "chainId": "CT_501"
}
请求参数:
字段类型必填描述
smartSignalTypestring信号类型过滤,空字符串代表全部
pagenumber页码,从1开始
pageSizenumber每页条数,最大100
chainIdstring链ID:
56
对应BSC,
CT_501
对应Solana
请求示例:
bash
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--data '{"smartSignalType":"","page":1,"pageSize":100,"chainId":"CT_501"}'
响应示例:
json
{
    "code": "000000",
    "message": null,
    "messageDetail": null,
    "data": [
        {
            "signalId": 22179,
            "ticker": "Punch",
            "chainId": "CT_501",
            "contractAddress": "NV2RYH954cTJ3ckFUpvfqaQXU4ARqqDH3562nFSpump",
            "logoUrl": "/images/web3-data/public/token/logos/825C62EC6BE606406017F26ABCAEBAD2.png",
            "chainLogoUrl": "https://bin.bnbstatic.com/image/admin_mgs_image_upload/20250303/42065e0a-3808-400e-b589-61c2dbfc0eac.png",
            "tokenDecimals": 6,
            "isAlpha": false,
            "launchPlatform": "Pumpfun",
            "mark": null,
            "isExclusiveLaunchpad": false,
            "alphaPoint": null,
            "tokenTag": {
                "Social Events": [
                    {"tagName": "DEX Paid", "languageKey": "wmp-label-update-dexscreener-social"}
                ],
                "Launch Platform": [
                    {"tagName": "Pumpfun", "languageKey": "wmp-label-title-pumpfun"}
                ],
                "Sensitive Events": [
                    {"tagName": "Smart Money Add Holdings", "languageKey": "wmp-label-title-smart-money-add-position"}
                ]
            },
            "smartSignalType": "SMART_MONEY",
            "smartMoneyCount": 5,
            "direction": "buy",
            "timeFrame": 883000,
            "signalTriggerTime": 1771903462000,
            "totalTokenValue": "3436.694044670495772073",
            "alertPrice": "0.024505932131088482",
            "alertMarketCap": "24505118.720436560690909782",
            "currentPrice": "0.025196",
            "currentMarketCap": "25135683.751234890220129783671668745",
            "highestPrice": "0.027244000000000000",
            "highestPriceTime": 1771927760000,
            "exitRate": 78,
            "status": "timeout",
            "maxGain": "5.4034",
            "signalCount": 23
        }
    ],
    "success": true
}
响应字段:

Basic Information

基础信息

FieldTypeDescription
signalIdnumberUnique signal ID
tickerstringToken symbol/name
chainIdstringChain ID
contractAddressstringToken contract address
logoUrlstringToken icon URL path
chainLogoUrlstringChain icon URL
tokenDecimalsnumberToken decimals
字段类型描述
signalIdnumber唯一信号ID
tickerstring代币符号/名称
chainIdstring链ID
contractAddressstring代币合约地址
logoUrlstring代币图标URL路径
chainLogoUrlstring链图标URL
tokenDecimalsnumber代币精度

Tag Information

标签信息

FieldTypeDescription
isAlphabooleanWhether it's an Alpha token
launchPlatformstringLaunch platform (e.g., Pumpfun)
isExclusiveLaunchpadbooleanWhether it's exclusive launchpad
alphaPointnumberAlpha points (can be null)
tokenTagobjectToken tag categories
字段类型描述
isAlphaboolean是否为Alpha代币
launchPlatformstring发行平台(如Pumpfun)
isExclusiveLaunchpadboolean是否为独家发行平台
alphaPointnumberAlpha分数(可能为空)
tokenTagobject代币标签分类

Signal Data

信号数据

FieldTypeDescription
smartSignalTypestringSignal type, e.g.,
SMART_MONEY
smartMoneyCountnumberNumber of smart money addresses involved
directionstringTrade direction:
buy
/
sell
timeFramenumberTime frame (milliseconds)
signalTriggerTimenumberSignal trigger timestamp (ms)
signalCountnumberTotal signal count
字段类型描述
smartSignalTypestring信号类型,例如
SMART_MONEY
smartMoneyCountnumber涉及的Smart Money地址数量
directionstring交易方向:
buy
(买入) /
sell
(卖出)
timeFramenumber时间范围(毫秒)
signalTriggerTimenumber信号触发时间戳(毫秒)
signalCountnumber信号总数量

Price Data

价格数据

FieldTypeDescription
totalTokenValuestringTotal trade value (USD)
alertPricestringPrice at signal trigger
alertMarketCapstringMarket cap at signal trigger
currentPricestringCurrent price
currentMarketCapstringCurrent market cap
highestPricestringHighest price after signal
highestPriceTimenumberHighest price timestamp (ms)
字段类型描述
totalTokenValuestring总交易价值(美元)
alertPricestring信号触发时的价格
alertMarketCapstring信号触发时的市值
currentPricestring当前价格
currentMarketCapstring当前市值
highestPricestring信号触发后的最高价格
highestPriceTimenumber最高价格对应的时间戳(毫秒)

Performance Data

表现数据

FieldTypeDescription
exitRatenumberExit rate (%)
statusstringSignal status:
active
/
timeout
/
completed
maxGainstringMaximum gain (%)
字段类型描述
exitRatenumber退出率(%)
statusstring信号状态:
active
(活跃)/
timeout
(超时)/
completed
(已完成)
maxGainstring最大涨幅(%)

Token Tag Types

代币标签类型

Social Events

社交事件

TagDescription
DEX PaidDEX paid promotion
标签描述
DEX PaidDEX付费推广

Launch Platform

发行平台

TagDescription
PumpfunPump.fun platform
MoonshotMoonshot platform
标签描述
PumpfunPump.fun平台
MoonshotMoonshot平台

Sensitive Events

敏感事件

TagDescription
Smart Money Add HoldingsSmart money accumulating
Smart Money Reduce HoldingsSmart money reducing
Whale BuyWhale buying
Whale SellWhale selling
标签描述
Smart Money Add HoldingsSmart Money增持
Smart Money Reduce HoldingsSmart Money减持
Whale Buy鲸鱼买入
Whale Sell鲸鱼卖出

Supported Chains

支持的链

Chain NamechainId
BSC56
SolanaCT_501
链名称chainId
BSC56
SolanaCT_501

Signal Status

信号状态

StatusDescription
activeActive, signal still valid
timeoutTimed out, exceeded observation period
completedCompleted, reached target or stop loss
状态描述
active活跃,信号仍然有效
timeout超时,已超出观察期
completed已完成,已达到目标或止损

Use Cases

使用场景

  1. Track Smart Money: Monitor professional investor trading behavior
  2. Discover Opportunities: Get early signals when smart money buys
  3. Risk Alert: Receive alerts when smart money starts selling
  4. Performance Analysis: Analyze historical signal performance and max gains
  5. Strategy Validation: Evaluate signal quality via exitRate and maxGain
  1. 跟踪Smart Money:监控专业投资者的交易行为
  2. 发现机会:获取Smart Money买入的早期信号
  3. 风险预警:当Smart Money开始卖出时接收提醒
  4. 表现分析:分析历史信号表现和最大涨幅
  5. 策略验证:通过exitRate和maxGain评估信号质量

Example Requests

示例请求

Get Smart Money Signals on Solana

获取Solana链上的Smart Money信号

bash
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"CT_501"}'
bash
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"CT_501"}'

Get Signals on BSC

获取BSC链上的信号

bash
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"56"}'
bash
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"56"}'

Notes

注意事项

  1. Token icon URL requires full domain prefix:
    https://bin.bnbstatic.com
    + logoUrl path
  2. Chain icon URL (chainLogoUrl) is already a full URL
  3. All timestamps are in milliseconds
  4. maxGain is a percentage string
  5. Signals may timeout (status=timeout), focus on active signals
  6. Higher smartMoneyCount may indicate higher signal reliability
  7. exitRate shows smart money exit status, high exitRate may indicate expired signal
  1. 代币图标URL需要添加完整域名前缀:
    https://bin.bnbstatic.com
    + logoUrl路径
  2. 链图标URL(chainLogoUrl)已经是完整URL
  3. 所有时间戳均为毫秒级
  4. maxGain是百分比格式的字符串
  5. 信号可能会超时(status=timeout),请优先关注活跃信号
  6. smartMoneyCount越高,通常意味着信号可靠性越高
  7. exitRate展示Smart Money的退出状态,高exitRate可能意味着信号已过期