whale-alert
Whale Alert API
鲸鱼交易追踪器 —— 大型链上转账,包含发送方、金额和美元估值。影响市场的交易警报。通过 x402 按次付费(Base L2 上的 USDC)——无需 API 密钥、无需注册、无速率限制。
属于 klymax402 市场的一部分 —— 为 AI 智能体提供 100 个 x402 微支付 API,一个钱包,Base 上的 USDC。
快速入门 —— MCP
添加到你的 MCP 客户端配置中(Claude Desktop、Cursor、ElizaOS 等):
{
"mcpServers": {
"whale-alert": {
"url": "https://whale-alert.api.klymax402.com/mcp"
}
}
}Related MCP server: valorem-mev-mcp
快速入门 —— HTTP (x402)
curl -X POST "https://whale-alert.api.klymax402.com/api/whales" \
-H "Content-Type: application/json" \
-d '{}'
# -> 402 Payment Required, with an x402 payment challenge in the response body任何兼容 x402 的客户端(@x402/fetch、x402-agent-tools、ATXP)都会自动处理 402 -> 签名 -> 重试 的循环。
工具
工具 | 方法 | 路径 | 价格 | 描述 |
| POST |
| $0.008 | 跟踪大型链上鲸鱼交易 |
crypto_track_whale_transactions
当你需要在 Ethereum 或 Base 上跟踪大型链上交易(鲸鱼活动)时使用。返回近期高价值转账的 JSON 格式数据。
参数
名称 | 类型 | 必填 | 描述 |
| string | 否 | 区块链:'ethereum' 或 'base'(默认:ethereum) |
| number | 否 | 最小交易价值(ETH 计)(默认:100) |
返回
transactions—— 按交易额降序排列的鲸鱼转账列表from—— 发送方钱包地址to—— 接收方钱包地址valueEth—— 交易价值(ETH)valueUsd—— 交易发生时的美元估算价值txHash—— 用于链上验证的交易哈希blockNumber—— 交易所在区块号timestamp—— 交易发生时间
示例响应:
{"transactions":[{"from":"0xab...","to":"0xcd...","valueEth":500.0,"valueUsd":1552500,"txHash":"0xef...","blockNumber":19845632,"timestamp":"2026-04-13T11:22:00Z"}],"chain":"ethereum","minValue":100,"totalFound":8}适用场景:检测影响市场的鲸鱼活动以及聪明钱动向。对交易信号生成和链上情报分析至关重要。
不适用场景:钱包余额(使用 wallet_get_portfolio)、代币价格(使用 finance_get_token_price)、持仓分布(使用 token_get_holder_analysis)。
智能体提示词示例
“在 Ethereum 或 Base 上跟踪大型链上交易(鲸鱼移动)”
付费方式
协议: x402 —— 基于 HTTP 的原生按次计费,无需注册,无需 API 密钥
网络:Base L2(
eip155:8453)资产:USDC
服务商:Coinbase CDP(主要)、PayAI(备用)
也可通过 ATXP 访问(OAuth 封装的 x402,RFC 9728 受保护资源元数据)
属于 klymax402
100 个面向 AI 智能体的 x402 微支付 API —— 一个钱包,Base 上的 USDC,零注册。
完整 API 参考:https://klymax402.com/llms-full.txt
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceProvides AI agents with real-time gas prices and blockchain data from Base, with metered access via x402 payment protocol.4

valorem-mev-mcpofficial
AlicenseAqualityDmaintenanceGives MCP-compatible LLM agents direct access to real-time MEV and DeFi data via Valorem's x402-paid API endpoints, with payments in USDC on Base mainnet.910MIT- AlicenseAqualityAmaintenanceExposes Polymarket whale trades and smart-money signals as paid tools, with USDC micropayments handled under the hood via x402.19981MIT

CoinLobster MCPofficial
AlicenseAqualityCmaintenanceProvides real-time crypto whale trade data and market analysis to AI agents, including unusual flow radar, liquidations, funding rates, and market snapshots across 15 exchanges and on-chain DEXs.174528MIT
Related MCP Connectors
Crypto data for AI agents via x402. 31 tools, 4 free. Recorded history, anchored daily on Base.
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/whale-alert-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server