← Back to directory

检测多个钱包在指定时间窗内共同买入(获取)同一代币的聪明钱共振 / FOMO 信号。传入你追踪的聪明钱地址列表,返回被其中至少 N 个地址在窗口内共同买入的代币...

https://api.x402node.dev/chain/smart-money-converge

Overview

检测多个钱包在指定时间窗内共同买入(获取)同一代币的聪明钱共振 / FOMO 信号。传入你追踪的聪明钱地址列表,返回被其中至少 N 个地址在窗口内共同买入的代币,含买入地址与首次、最近买入时间。支持多链。Smart-money convergence FOMO signal: detect tokens acquired by multiple watched wallets within a time window. Pass your smart-money address list, get tokens bought by at least N of them with buyers and first or last buy time. Multi-chain on-chain aggregation.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network Base
Category crypto/wallet
Provider x402node
Source bazaar
Indexed 2026-06-24 04:14:31

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "addresses": "Comma or space separated wallet addresses to watch, your smart-money list (required, up to 12).", "chain": "eth, base, bsc, polygon, arbitrum, optimism or avalanche (default eth).", "minBuyers": "Minimum distinct watched wallets that must acquire a token for it to be flagged (default 2).", "windowHours": "Lookback window in hours, 1-168 (default 24)." }, "type": "http" }

Output Schema

{ "chain": "resolved chain", "minBuyers": "threshold used", "note": "human-readable note", "signalCount": "number of converged tokens", "signals": "array of {token, symbol, name, buyerCount, buyers, firstBuy, lastBuy}, strongest first", "source": "data source label", "watched": "watched addresses actually queried", "windowHours": "lookback window used" }