whale-alert
Whale Alert API
고래(대형) 거래 추적기 — 송신자, 금액, USD 추정치가 포함된 대형 온체인 전송을 모니터링합니다. 시장을 움직일 수 있는 알림을 제공합니다. 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 bodyx402를 지원하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 → 서명(sign) → 재시도(retry) 사이클을 자동으로 처리합니다.
도구
도구 | Method | Path | Price | Description |
| POST |
| $0.008 | 대형 온체인 거래(고래) 추적 |
crypto_track_whale_transactions
Ethereum 또는 Base에서 대형 온체인 거래(고래 움직임)를 추적해야 할 때 사용합니다. 최근 고액 전송을 JSON으로 반환합니다.
Parameters
Name | Type | Required | Description |
| string | 아니 | 블록체인: 'ethereum' 또는 'base' (기본값: ethereum) |
| number | 아니 | ETH 기준 최소 거래 금액 (기본값: 100) |
Returns
transactions-- 금액 내림차순으로 정렬된 고래 전송 배열from-- 보낸 사람 지갑 주소to-- 받는 사람 지갑 주소valueEth-- ETH 기준 거래 금액valueUsd-- 전송 시점의 예상 USD 가치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}언제 사용하나요: 시장을 움직이는 고래 활동과 스마트머니(smart money) 자금 흐름을 감지할 때 사용합니다. 트레이딩 신호 생성과 온체인 분석에 필수적입니다.
부적합한 용도: 지갑 잔액 확인(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의 일부
AI 에이전트용 100 x402 마이크로결제 API -- 지갑 하나, Base의 USDC, 가입 불필요.
전체 API 레퍼런스: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.com/stats
라이선스
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