这里的一切都无需注册——每月前 5 次扫描免费,无需 API 密钥——凭免费密钥每月 250 次。在下方选择你的路径。
每月 250 次扫描,永久免费。无需银行卡,不产生费用。
你的邮箱仅用于发送密钥和服务通知,不作他用。
Why we ask. 98.5% of the addresses that scan here use exactly one scan and never come back — and 1,656 of them share a single identical browser fingerprint, one request each. Limits counted per address cannot see a pattern like that, because every request looks like a different person. One email keeps the free tier genuinely free for people actually using the tool.
使用 Cabal-Hunter 不需要你是开发者。diamond map 免费,可视化地展示钱包图谱。
一次 GET 请求,任意语言。每月 250 次免费无需鉴权——计数按 IP。
curl "https://api.cabal-hunter.com/api/scan-cabal?mintAddress=<MINT>"
import requests r = requests.get( "https://api.cabal-hunter.com/api/scan-cabal", params={"mintAddress": mint}, timeout=30, ).json() if r["recommendation"] == "AVOID" or r["cabal_score"] >= 65: abort_buy()
const r = await (await fetch( `https://api.cabal-hunter.com/api/scan-cabal?mintAddress=${mint}` )).json() if (r.recommendation === "AVOID" || r.cabal_score >= 65) { abortBuy() }
Vous filtrez un flux ? Envoyez jusqu'à 25 mints en une requête au lieu de boucler. Une ligne par mint, dans l'ordre envoyé. Un mint impossible à analyser renvoie une ligne d'erreur sans faire échouer le lot. Un scan par mint ; une clé est requise (une gratuite suffit).
curl -X POST "https://api.cabal-hunter.com/api/scan-batch" \ -H "X-API-Key: <YOUR_KEY>" \ -H "Content-Type: application/json" \ -d '{"mints":["<MINT>","<MINT>"]}'
Collez un mint à @TheCabalHunter_Bot : il répond dans la conversation avec le même verdict, l'historique du déployeur et l'analyse des détenteurs. /watch <mint> vous alerte dès qu'un dump coordonné commence. t.me/TheCabalHunter_Bot
| Header | 含义 |
|---|---|
| X-Free-Queries-Remaining | 本月你 IP 剩余的免费扫描次数——在你的 bot 里盯着它,归零前充值。 |
| X-Cabal-Risk-Level | HIGH / ELEVATED / LOW_SIGNAL —— 无需解析 body 即可读取。 |
| X-Cabal-Recommendation | SAFE / REVIEW / AVOID —— 已弃用。请改用 X-Cabal-Risk-Level。 |
| X-Cabal-Score | 0–100 的分数。 |
| X-Key-Credits-Remaining | 你预付密钥的剩余余额(当发送 X-API-Key 时)。 |
Cabal-Hunter 是托管在 https://api.cabal-hunter.com/mcp 的 MCP 服务器,暴露一个工具:check_cabal_risk(mintAddress)。你的 agent 在任何 swap 前调用它——自动完成。
claude mcp add --transport http cabal-hunter https://api.cabal-hunter.com/mcp
{
"mcpServers": {
"cabal-hunter": {
"command": "npx",
"args": ["mcp-remote", "https://api.cabal-hunter.com/mcp"]
}
}
}
"Check the cabal risk on Ad3wM19jfM6DGbGaoswz3orJ5WHXWEjBGKpRZ2ggpump before I buy."
一个已发布的 npm 插件为任意 Eliza agent 添加 CHECK_CABAL_RISK 动作。
npm install elizaos-plugin-cabal-hunter
import { cabalHunterPlugin } from "elizaos-plugin-cabal-hunter" export const character = { ... plugins: [cabalHunterPlugin], }
两行 HTML 即可渲染一张实时裁决卡——分数圈、标记、实时地图链接——适用于任意代币、任意站点。纯 HTML、React、哪里都能用。
<div class="cabal-hunter-badge" data-mint="YOUR_TOKEN_MINT"></div> <script src="https://api.cabal-hunter.com/widget.js" defer></script>
| 属性 | 作用 |
|---|---|
| data-mint | 必填。要扫描并展示的 Solana mint。 |
| data-refresh="120" | 每 N 秒重新扫描(最少 60)——交易时的实时裁决。 |
| data-api-key="ch_live_…" | 超出免费档后使用你的预付密钥。 |
| 字段 | 含义 |
|---|---|
| cabal_score | 0–100。≥65 = 高风险,≥35 = CAUTION,以下 = 低信号。 |
| risk_level | HIGH / ELEVATED / LOW_SIGNAL —— 我们观察到的结果。LOW_SIGNAL 表示我们的检查没有触发,并不是安全评级。 |
| recommendation | SAFE / REVIEW / AVOID —— 已弃用,保留以兼容现有机器人。请改用 risk_level。 |
| risk | HIGH / MEDIUM / CLEAN。 |
| verdict | 对所有发现的直白总结——人类可读,记进日志。 |
| time_sync | true = holder 在完全同一区块买入(bundled 发射)。 |
| coordinated_exit | true = 多个 holder 正在同一区块砸盘,此刻。 |
| top_holder_pct | 最大单个非 LP holder 占供应量的比例。 |
| deployer.verdict | FIRST_LAUNCH / NORMAL / POOR_TRACK_RECORD / SERIAL_LAUNCHER——外加其发币历史。 |
| coordinated_clusters[] | 每个簇:type(funding / time_sync / coordinated_exit)、占供应量的合计 %,以及 evidence_txs[]——证据交易。 |
| filtered_clusters[] | 我们作为 CEX 噪声排除的簇(如共享的 Binance 供资)——展示出来供你核验我们没有隐藏任何东西。 |
| honeypot_risk | Solana 原生 honeypot 信号:有效的 freeze authority、Token-2022 陷阱。 |
| liquidity_usd · market_cap | 扫描时来自 DexScreener 的实时数据。 |
| free_queries_remaining | 本月你 IP 剩余的免费扫描次数。 |
过去 8 小时内追踪过的代币直接返回那次追踪结果(computed_at 标明时间);其他代币会实时执行链上追踪。永不自动扣款:加密支付是 push-only,你始终掌控。
每月 5 次扫描完全无需注册,之后凭免费密钥可用 250 次。一个邮箱即可,无需银行卡。每个响应里 free_queries_remaining 字段与 X-Free-Queries-Remaining header 显示你的余额,剩 20 时出现 warning 字段。
$9/月 不限量(合理使用,5 万/月)供 24/7 的 bot——或按量 $0.001/次,$1 起任意金额。两种都是从任意 Solana 钱包的一次 USDC 付款。
A scan answers what is behind a token right now — a question you ask once. A watch answers whether it is still safe to hold, which is a question that never stops being worth asking. We poll the token continuously and POST your webhook the moment a coordinated dump or a liquidity drain begins.
Needs a key so that only you can see or remove your own watches. A free key is enough.
curl -X POST https://api.cabal-hunter.com/api/watch -H "X-API-Key: YOUR_KEY" -H "Content-Type: application/json" -d '{"mint":"<MINT>","webhook_url":"https://your-bot.example.com/hook"}'Your webhook must resolve to a public address. Loopback, private ranges, link-local and cloud-metadata targets are refused — that field is a common way to attack the server receiving it, and we do not accept it on ours.
GET /api/watch lists only your own watches, with used and
limit so your client never has to guess its headroom.
DELETE /api/watch removes one; omit webhook_url to remove
every watch you hold on that mint.
Re-registering the same mint and URL is idempotent and does not consume another slot. If you reach your plan limit the API answers 429 and tells you the limit and how many you are using.
Every claim comes with the transactions that prove it. evidence_txs are
Solscan-verifiable signatures, so your bot can confirm the alert on-chain instead of
trusting us — the same principle as the scanner.
{
"event": "dump_detected",
"mint": "<MINT>",
"reason": "price -34% since last check",
"drop_pct": 34.2,
"price_usd": 0.0000021, "previous_price_usd": 0.0000032,
"liquidity_usd": 4200, "previous_liquidity_usd": 9100,
"coordinated": true,
"coordinated_detail": {
"wallet_count": 7, "sold_pct": 41.2, "slot": "slot 298471123",
"evidence_txs": ["...", "...", "..."]
},
"verify": "https://cabal-hunter.com/map?mint=<MINT>",
"action": "consider_immediate_exit"
}维护一份您关注的钱包名单,之后每次扫描都会额外告诉您其中哪些真的在该代币里——通过结果中的 screen_list 字段呈现。在任意密钥(含免费密钥)基础上每月 $9,可随时取消。
返回一个针对发起调用的那把密钥的支付链接。不会新建任何东西——附加功能直接在您已有的密钥上开启。
curl -X POST https://api.cabal-hunter.com/api/screen-list/checkout -H "X-API-Key: YOUR_KEY"备注只属于您,也只会显示给您。一份名单最多 500 个钱包;地址会经过校验,形似但无效的字符串会被拒绝并说明原因,而不是被悄悄存下。
curl -X POST https://api.cabal-hunter.com/api/screen-list -H "X-API-Key: YOUR_KEY" -H "Content-Type: application/json" -d '{"wallet":"<WALLET>","label":"for my eyes only"}'
curl https://api.cabal-hunter.com/api/screen-list -H "X-API-Key: YOUR_KEY"
curl -X DELETE https://api.cabal-hunter.com/api/screen-list/<WALLET> -H "X-API-Key: YOUR_KEY"每次扫描都会多出一个 screen_list 对象:checked、matches 与 hits[]——每条命中包含钱包地址、您的备注、角色(holder 或 cluster_funder)以及已知的持仓占比。
"screen_list": {
"checked": true,
"matches": 1,
"hits": [
{ "wallet": "<WALLET>", "label": "for my eyes only",
"role": "holder", "pct": 4.1 }
]
}checked: true 且零命中,表示筛查确实执行过且未发现——这与「根本没有筛查」是两回事。没有命中,绝不代表您未列入名单的钱包就是干净的。
你的 IP 本月用完了 250 次免费扫描。响应 body 列出了两种继续方式($9 不限量 或 $0.001/次)。计数在每月 1 日重置。
冷代币需要实时链上追踪(15–20 秒)。已索引的 <100ms 返回。传 pairCreatedAt(DexScreener 毫秒时间戳)可加速冷扫描。
CLEAN 意味着没有协同的 cabal——它无法预测一个用干净钱包图谱抽走流动性的单人 dev。请结合 top_holder_pct、deployer.verdict 与流动性看全貌——并看 实时演示 了解它在我们自己 bot 上的表现。
用主页上的反馈框——直接发到我们这里——或私信 @CabalhunterAPI。