Skip to main content
Glama
Br0ski777
by Br0ski777

Whale Alert API

MCP Server x402 License: MIT

鲸鱼交易追踪器 —— 大型链上转账,包含发送方、金额和美元估值。影响市场的交易警报。通过 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/fetchx402-agent-tools、ATXP)都会自动处理 402 -> 签名 -> 重试 的循环。

工具

工具

方法

路径

价格

描述

crypto_track_whale_transactions

POST

/api/whales

$0.008

跟踪大型链上鲸鱼交易

crypto_track_whale_transactions

当你需要在 Ethereum 或 Base 上跟踪大型链上交易(鲸鱼活动)时使用。返回近期高价值转账的 JSON 格式数据。

参数

名称

类型

必填

描述

chain

string

区块链:'ethereum' 或 'base'(默认:ethereum)

minValue

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,零注册。

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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