skills/trading-signal/SKILL.md
Use this skill when retrieving or interpreting on-chain smart-money trading signals, including buy or sell direction, trigger price, current price, max gain, exit rate, and token tags.
npx skillsauth add chatandbuild/chatchat-skills Trading SignalInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill retrieves on-chain Smart Money trading signals to help users track professional investors:
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:
{
"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: 56 for bsc, CT_501 for solana |
Example Request:
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:
{
"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:
| 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 |
| 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 |
| 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 |
| 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) |
| Field | Type | Description |
|-------|------|-------------|
| exitRate | number | Exit rate (%) |
| status | string | Signal status: active/timeout/completed |
| maxGain | string | Maximum gain (%) |
| Tag | Description | |-----|-------------| | DEX Paid | DEX paid promotion |
| Tag | Description | |-----|-------------| | Pumpfun | Pump.fun platform | | Moonshot | Moonshot platform |
| Tag | Description | |-----|-------------| | Smart Money Add Holdings | Smart money accumulating | | Smart Money Reduce Holdings | Smart money reducing | | Whale Buy | Whale buying | | Whale Sell | Whale selling |
| Chain Name | chainId | |------------|---------| | BSC | 56 | | Solana | CT_501 |
| Status | Description | |--------|-------------| | active | Active, signal still valid | | timeout | Timed out, exceeded observation period | | completed | Completed, reached target or stop loss |
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"}'
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"}'
https://bin.bnbstatic.com + logoUrl pathchainLogoUrl) is already a full URLmaxGain is a percentage stringstatus=timeout), so focus on active signalssmartMoneyCount may indicate higher signal reliabilityexitRate shows smart money exit status; high exitRate may indicate expired signaltools
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
development
Use this skill when turning messy workout information into clear logs, comparing user-provided sessions, surfacing trends or likely PRs, and suggesting realistic next-session steps.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.