trading-signal
投資のヒントを探している人に、スマートマネーと呼ばれる投資家たちのオンチェーン取引シグナル(売買サイン、価格、損益など)を購読・取得し、有望な取引判断の参考情報を提供するSkill。
📜 元の英語説明(参考)
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for potential trades.
🇯🇵 日本人クリエイター向け解説
投資のヒントを探している人に、スマートマネーと呼ばれる投資家たちのオンチェーン取引シグナル(売買サイン、価格、損益など)を購読・取得し、有望な取引判断の参考情報を提供するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o trading-signal.zip https://jpskill.com/download/23626.zip && unzip -o trading-signal.zip && rm trading-signal.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/23626.zip -OutFile "$d\trading-signal.zip"; Expand-Archive "$d\trading-signal.zip" -DestinationPath $d -Force; ri "$d\trading-signal.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
trading-signal.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
trading-signalフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
トレーディングシグナルスキル
概要
このスキルは、オンチェーンの Smart Money トレーディングシグナルを取得し、ユーザーがプロの投資家を追跡するのに役立ちます。
- Smart Money の買い/売りシグナルを取得します。
- シグナルのトリガー価格と現在の価格を比較します。
- シグナルの最大利益とエグジットレートを分析します。
- トークンタグ(例:Pumpfun、DEX Paid)を取得します。
API エンドポイント
Smart Money シグナルを取得
メソッド: POST
URL:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai
リクエストヘッダー:
Content-Type: application/json
Accept-Encoding: identity
User-Agent: binance-web3/1.1 (Skill)
リクエストボディ:
{
"smartSignalType": "",
"page": 1,
"pageSize": 100,
"chainId": "CT_501"
}
リクエストパラメータ:
| フィールド | タイプ | 必須 | 説明 |
|---|---|---|---|
| chainId | string | はい | チェーン ID: bsc の場合は 56、solana の場合は CT_501 |
| page | number | いいえ | ページ番号、1 から開始 |
| pageSize | number | いいえ | 1 ページあたりの項目数、最大 100 |
リクエスト例:
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.1 (Skill)' \
--data '{"page":1,"pageSize":100,"chainId":"CT_501"}'
レスポンス例:
{
"code": "000000",
"message": null,
"messageDetail": null,
"data": [
{
"signalId": 22179,
"ticker": "symbol of the token",
"chainId": "CT_501",
"contractAddress": "NV...pump",
"logoUrl": "/images/web3-data/public/token/logos/825C62EC6BE6.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
}
レスポンスフィールド:
基本情報
| フィールド | タイプ | 説明 |
|---|---|---|
| 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 | 関与する Smart Money アドレスの数 |
| direction | string | 取引方向: buy / sell |
| timeFrame | number | 期間(ミリ秒) |
| signalTriggerTime | number | シグナルトリガーのタイムスタンプ(ミリ秒) |
| signalCount | number | シグナルの総数 |
価格データ
| フィールド | タイプ | 説明 |
|---|---|---|
| totalTokenValue | string | 総取引額(USD) |
| alertPrice | string | シグナルトリガー時の価格 |
| alertMarketCap | string | シグナルトリガー時の時価総額 |
| currentPrice | string | 現在価格 |
| currentMarketCap | string | 現在の時価総額 |
| highestPrice | string | シグナル後の最高価格 |
| highestPriceTime | number | 最高価格のタイムスタンプ(ミリ秒) |
パフォーマンスデータ
| フィールド | タイプ | 説明 |
|---|---|---|
| exitRate | number | エグジットレート(%) |
| status | string | シグナルステータス: active/timeout/completed |
| maxGain | string | 最大利益(%) |
トークンタグの種類
ソーシャルイベント
| タグ | 説明 |
|---|---|
| DEX Paid | DEX 有料プロモーション |
ローンチプラットフォーム
| タグ | 説明 |
|---|---|
| Pumpfun | Pump.fun プラットフォーム |
| Moonshot | Moonshot プラットフォーム |
センシティブイベント
| タグ | 説明 |
|---|---|
| Smart Money Add Holdings | Smart Money が保有を増やしている |
| Smart Money Reduce Holdings | Smart Money が保有を減らしている |
| Whale Buy | クジラ買い |
| Whale Sell | クジラ売り |
サポートされているチェーン
| チェーン名 | chainId |
|---|---|
| BSC | 56 |
| Solana | CT_501 |
シグナルステータス
| ステータス | 説明 |
|---|---|
| active | アクティブ、シグナルはまだ有効です |
| timeout | タイムアウト、観測期間を超過しました |
| completed | 完了、目標または損切りに達しました |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
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:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai
Request Headers:
Content-Type: application/json
Accept-Encoding: identity
User-Agent: binance-web3/1.1 (Skill)
Request Body:
{
"smartSignalType": "",
"page": 1,
"pageSize": 100,
"chainId": "CT_501"
}
Request Parameters:
| Field | Type | Required | Description |
|---|---|---|---|
| chainId | string | Yes | Chain ID: 56 for bsc, CT_501 for solana |
| page | number | No | Page number, starting from 1 |
| pageSize | number | No | Items per page, max 100 |
Example Request:
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.1 (Skill)' \
--data '{"page":1,"pageSize":100,"chainId":"CT_501"}'
Response Example:
{
"code": "000000",
"message": null,
"messageDetail": null,
"data": [
{
"signalId": 22179,
"ticker": "symbol of the token",
"chainId": "CT_501",
"contractAddress": "NV...pump",
"logoUrl": "/images/web3-data/public/token/logos/825C62EC6BE6.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:
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., SMART_MONEY |
| 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 |
User Agent Header
Include User-Agent header with the following string: binance-web3/1.1 (Skill)
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
Example Requests
Get Smart Money Signals on Solana
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.1 (Skill)' \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"CT_501"}'
Get Signals on BSC
curl --location 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money/ai' \
--header 'Content-Type: application/json' \
--header 'Accept-Encoding: identity' \
--header 'User-Agent: binance-web3/1.1 (Skill)' \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"56"}'
Notes
- 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