trading-signal
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTrading 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-moneyRequest Headers:
Content-Type: application/json
Accept-Encoding: identityRequest Body:
json
{
"smartSignalType": "",
"page": 1,
"pageSize": 100,
"chainId": "CT_501"
}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: |
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"
}请求参数:
| 字段 | 类型 | 必填 | 描述 |
|---|---|---|---|
| smartSignalType | string | 否 | 信号类型过滤,空字符串代表全部 |
| page | number | 是 | 页码,从1开始 |
| pageSize | number | 是 | 每页条数,最大100 |
| chainId | string | 是 | 链ID: |
请求示例:
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
基础信息
| 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 |
| 字段 | 类型 | 描述 |
|---|---|---|
| signalId | number | 唯一信号ID |
| ticker | string | 代币符号/名称 |
| chainId | string | 链ID |
| contractAddress | string | 代币合约地址 |
| logoUrl | string | 代币图标URL路径 |
| chainLogoUrl | string | 链图标URL |
| tokenDecimals | number | 代币精度 |
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 |
| 字段 | 类型 | 描述 |
|---|---|---|
| isAlpha | boolean | 是否为Alpha代币 |
| launchPlatform | string | 发行平台(如Pumpfun) |
| isExclusiveLaunchpad | boolean | 是否为独家发行平台 |
| alphaPoint | number | Alpha分数(可能为空) |
| tokenTag | object | 代币标签分类 |
Signal Data
信号数据
| Field | Type | Description |
|---|---|---|
| smartSignalType | string | Signal type, e.g., |
| smartMoneyCount | number | Number of smart money addresses involved |
| direction | string | Trade direction: |
| timeFrame | number | Time frame (milliseconds) |
| signalTriggerTime | number | Signal trigger timestamp (ms) |
| signalCount | number | Total signal count |
| 字段 | 类型 | 描述 |
|---|---|---|
| smartSignalType | string | 信号类型,例如 |
| smartMoneyCount | number | 涉及的Smart Money地址数量 |
| direction | string | 交易方向: |
| timeFrame | number | 时间范围(毫秒) |
| signalTriggerTime | number | 信号触发时间戳(毫秒) |
| signalCount | number | 信号总数量 |
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) |
| 字段 | 类型 | 描述 |
|---|---|---|
| totalTokenValue | string | 总交易价值(美元) |
| alertPrice | string | 信号触发时的价格 |
| alertMarketCap | string | 信号触发时的市值 |
| currentPrice | string | 当前价格 |
| currentMarketCap | string | 当前市值 |
| highestPrice | string | 信号触发后的最高价格 |
| highestPriceTime | number | 最高价格对应的时间戳(毫秒) |
Performance Data
表现数据
| Field | Type | Description |
|---|---|---|
| exitRate | number | Exit rate (%) |
| status | string | Signal status: |
| maxGain | string | Maximum gain (%) |
| 字段 | 类型 | 描述 |
|---|---|---|
| exitRate | number | 退出率(%) |
| status | string | 信号状态: |
| maxGain | string | 最大涨幅(%) |
Token Tag Types
代币标签类型
Social Events
社交事件
| Tag | Description |
|---|---|
| DEX Paid | DEX paid promotion |
| 标签 | 描述 |
|---|---|
| DEX Paid | DEX付费推广 |
Launch Platform
发行平台
| Tag | Description |
|---|---|
| Pumpfun | Pump.fun platform |
| Moonshot | Moonshot platform |
| 标签 | 描述 |
|---|---|
| Pumpfun | Pump.fun平台 |
| Moonshot | Moonshot平台 |
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 |
| 标签 | 描述 |
|---|---|
| Smart Money Add Holdings | Smart Money增持 |
| Smart Money Reduce Holdings | Smart Money减持 |
| Whale Buy | 鲸鱼买入 |
| Whale Sell | 鲸鱼卖出 |
Supported Chains
支持的链
| Chain Name | chainId |
|---|---|
| BSC | 56 |
| Solana | CT_501 |
| 链名称 | 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 |
| 状态 | 描述 |
|---|---|
| active | 活跃,信号仍然有效 |
| timeout | 超时,已超出观察期 |
| completed | 已完成,已达到目标或止损 |
Use Cases
使用场景
- 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
- 跟踪Smart Money:监控专业投资者的交易行为
- 发现机会:获取Smart Money买入的早期信号
- 风险预警:当Smart Money开始卖出时接收提醒
- 表现分析:分析历史信号表现和最大涨幅
- 策略验证:通过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
注意事项
- Token icon URL requires full domain prefix: + logoUrl path
https://bin.bnbstatic.com - 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
- 代币图标URL需要添加完整域名前缀:+ logoUrl路径
https://bin.bnbstatic.com - 链图标URL(chainLogoUrl)已经是完整URL
- 所有时间戳均为毫秒级
- maxGain是百分比格式的字符串
- 信号可能会超时(status=timeout),请优先关注活跃信号
- smartMoneyCount越高,通常意味着信号可靠性越高
- exitRate展示Smart Money的退出状态,高exitRate可能意味着信号已过期