Trading Signal 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)
API Endpoint
Get Smart Money Signals
Method: POST
URL:
CODEBLOCK0
Request Headers:
CODEBLOCK1
Request Body:
CODEBLOCK2
Request Parameters:
| Field | Type | Required | Description |
|---|
| smartSignalType | string | No | Signal type filter, empty string for all |
| page |
number | Yes | Page number, starting from 1 |
| pageSize | number | Yes | Items per page, max 100 |
| chainId | string | Yes | Chain ID:
56 for bsc,
CT_501 for solana |
Example Request:
CODEBLOCK3
Response Example:
CODEBLOCK4
Response Fields:
Basic Information
| Field | Type | Description |
|---|
| signalId | number | Unique signal ID |
| ticker |
string | Token symbol/name |
| chainId | string | Chain ID |
| contractAddress | string | Token contract address |
| logoUrl | string | Token icon URL path |
| chainLogoUrl | string | Chain icon URL |
| tokenDecimals | number | Token decimals |
Tag Information
| Field | Type | Description |
|---|
| isAlpha | boolean | Whether it's an Alpha token |
| launchPlatform |
string | Launch platform (e.g., Pumpfun) |
| isExclusiveLaunchpad | boolean | Whether it's exclusive launchpad |
| alphaPoint | number | Alpha points (can be null) |
| tokenTag | object | Token tag categories |
Signal Data
| Field | Type | Description |
|---|
| smartSignalType | string | Signal type, e.g., INLINECODE2 |
| smartMoneyCount |
number | Number of smart money addresses involved |
| direction | string | Trade direction:
buy /
sell |
| timeFrame | number | Time frame (milliseconds) |
| signalTriggerTime | number | Signal trigger timestamp (ms) |
| signalCount | number | Total signal count |
Price Data
| Field | Type | Description |
|---|
| totalTokenValue | string | Total trade value (USD) |
| alertPrice |
string | Price at signal trigger |
| alertMarketCap | string | Market cap at signal trigger |
| currentPrice | string | Current price |
| currentMarketCap | string | Current market cap |
| highestPrice | string | Highest price after signal |
| highestPriceTime | number | Highest price timestamp (ms) |
Performance Data
| Field | Type | Description |
|---|
| exitRate | number | Exit rate (%) |
| status |
string | Signal status:
active/
timeout/
completed |
| maxGain | string | Maximum gain (%) |
Token Tag Types
Social Events
| Tag | Description |
|---|
| DEX Paid | DEX paid promotion |
Launch Platform
| Tag | Description |
|---|
| Pumpfun | Pump.fun platform |
| Moonshot |
Moonshot platform |
Sensitive Events
| Tag | Description |
|---|
| Smart Money Add Holdings | Smart money accumulating |
| Smart Money Reduce Holdings |
Smart money reducing |
| Whale Buy | Whale buying |
| Whale Sell | Whale selling |
Supported Chains
| Chain Name | chainId |
|---|
| BSC | 56 |
| Solana |
CT_501 |
Signal Status
| Status | Description |
|---|
| active | Active, signal still valid |
| timeout |
Timed out, exceeded observation period |
| completed | Completed, reached target or stop loss |
Use Cases
- 1. Track Smart Money: Monitor professional investor trading behavior
- Discover Opportunities: Get early signals when smart money buys
- Risk Alert: Receive alerts when smart money starts selling
- Performance Analysis: Analyze historical signal performance and max gains
- Strategy Validation: Evaluate signal quality via exitRate and maxGain
Example Requests
Get Smart Money Signals on Solana
CODEBLOCK5
Get Signals on BSC
CODEBLOCK6
Notes
- 1. Token icon URL requires full domain prefix:
https://bin.bnbstatic.com + logoUrl path - Chain icon URL (chainLogoUrl) is already a full URL
- All timestamps are in milliseconds
- maxGain is a percentage string
- Signals may timeout (status=timeout), focus on active signals
- Higher smartMoneyCount may indicate higher signal reliability
- exitRate shows smart money exit status, high exitRate may indicate expired signal
交易信号技能
概述
该技能获取链上聪明钱交易信号,帮助用户追踪专业投资者:
- - 获取聪明钱买入/卖出信号
- 比较信号触发价格与当前价格
- 分析信号的最大收益和退出率
- 获取代币标签(例如:Pumpfun、DEX付费)
API端点
获取聪明钱信号
方法:POST
URL:
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
}
请求参数:
| 字段 | 类型 | 必填 | 描述 |
|---|
| smartSignalType | string | 否 | 信号类型筛选,空字符串表示全部 |
| page |
number | 是 | 页码,从1开始 |
| pageSize | number | 是 | 每页条数,最大100 |
| chainId | string | 是 | 链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: 代币符号,
chainId: CT_501,
contractAddress: NV...pump,
logoUrl: /images/web3-data/public/token/logos/825C62EC6BE6.png,
chainLogoUrl: https://bin.bnbstatic.com/image/adminmgsimage_upload/20250303/42065e0a-3808-400e-b589-61c2dbfc0eac.png,
tokenDecimals: 6,
isAlpha: false,
launchPlatform: Pumpfun,
mark: null,
isExclusiveLaunchpad: false,
alphaPoint: null,
tokenTag: {
社交事件: [
{tagName: DEX付费, languageKey: wmp-label-update-dexscreener-social}
],
发射平台: [
{tagName: Pumpfun, languageKey: wmp-label-title-pumpfun}
],
敏感事件: [
{tagName: 聪明钱增持, 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
}
响应字段:
基本信息
| 字段 | 类型 | 描述 |
|---|
| signalId | number | 唯一信号ID |
| ticker |
string | 代币符号/名称 |
| chainId | string | 链ID |
| contractAddress | string | 代币合约地址 |
| logoUrl | string | 代币图标URL路径 |
| chainLogoUrl | string | 链图标URL |
| tokenDecimals | number | 代币小数位数 |
标签信息
| 字段 | 类型 | 描述 |
|---|
| isAlpha | boolean | 是否为Alpha代币 |
| launchPlatform |
string | 发射平台(例如:Pumpfun) |
| isExclusiveLaunchpad | boolean | 是否为独家发射台 |
| alphaPoint | number | Alpha积分(可为null) |
| tokenTag | object | 代币标签分类 |
信号数据
| 字段 | 类型 | 描述 |
|---|
| smartSignalType | string | 信号类型,例如 SMART_MONEY |
| smartMoneyCount |
number | 涉及的聪明钱地址数量 |
| direction | string | 交易方向:buy / sell |
| timeFrame | number | 时间框架(毫秒) |
| signalTriggerTime | number | 信号触发时间戳(毫秒) |
| signalCount | number | 信号总数 |
价格数据
| 字段 | 类型 | 描述 |
|---|
| totalTokenValue | string | 总交易价值(美元) |
| alertPrice |
string | 信号触发时的价格 |
| alertMarketCap | string | 信号触发时的市值 |
| currentPrice | string | 当前价格 |
| currentMarketCap | string | 当前市值 |
| highestPrice | string | 信号后的最高价格 |
| highestPriceTime | number | 最高价格时间戳(毫秒) |
表现数据
| 字段 | 类型 | 描述 |
|---|
| exitRate | number | 退出率(%) |
| status |
string | 信号状态:active/timeout/completed |
| maxGain | string | 最大收益(%) |
代币标签类型
社交事件
发射平台
| 标签 | 描述 |
|---|
| Pumpfun | Pump.fun平台 |
| Moonshot |
Moonshot平台 |
敏感事件
聪明钱正在减持 |
| 鲸鱼买入 | 鲸鱼买入 |
| 鲸鱼卖出 | 鲸鱼卖出 |
支持的链
CT_501 |
信号状态
| 状态 | 描述 |
|---|
| active | 活跃中,信号仍然有效 |
| timeout |
已超时,超过观察期 |
| completed | 已完成,达到目标或止损 |
使用场景
- 1. 追踪聪明钱:监控专业投资者的交易行为
- 发现机会:在聪明钱买入时获取早期信号
- 风险预警:在聪明钱开始卖出时接收警报
- 表现分析:分析历史信号表现和最大收益
- 策略验证:通过退出率和最大收益评估信号质量
示例请求
获取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:50,chainId:CT_501}
获取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}
注意事项
- 1. 代币图标URL需要完整域名前缀:https://bin.bnbstatic.com + logoUrl路径
- 链图标URL(chainLogoUrl)已经是完整URL
- 所有时间戳均为毫秒单位
- maxGain是百分比字符串
- 信号可能超时(status=timeout),请关注活跃信号
- 较高的smartMoneyCount可能表示信号可靠性更高
- exitRate显示