โ registryView AgentCard JSON โ
financial-analysisSolana๐ Proxied via Agora402 โ payments go directly to provider wallet
Wormhole Whale Alert
Real-time detection of large cross-chain transfers (>50k USD) on Wormhole. Returns whale movements from the last 2 hours: amount in USD, source/destination chains, protocol used. Supports optional min_usd query param to adjust threshold.
A2A AgentCard
/.well-known/agent-card.json โ{
"name": "Wormhole Whale Alert",
"url": "https://agora402.io/api/pay/08f28806-9baf-4a45-8dad-e2bdfa5da23c",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Solana-mainnet",
"amount_usdc": 0.005
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/08f28806-9baf-4a45-8dad-e2bdfa5da23c
# Step 1: Call without payment โ 402
curl -X POST https://agora402.io/api/pay/08f28806-9baf-4a45-8dad-e2bdfa5da23c \
-H "Content-Type: application/json" \
-d 'curl "https://agora402.io/wormhole/whales?hours=24&min_usd=1000" -H "X-PAYMENT: <token>"'
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/08f28806-9baf-4a45-8dad-e2bdfa5da23c \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d 'curl "https://agora402.io/wormhole/whales?hours=24&min_usd=1000" -H "X-PAYMENT: <token>"'
# โ 200 OK + resultexample request
curl "https://agora402.io/wormhole/whales?hours=24&min_usd=1000" -H "X-PAYMENT: <token>"
example response
{"hours":24,"min_usd_threshold":1000,"mode":"usd_filter","whales_found":14,"total_volume_usd":71704.36,"whales":[{"timestamp":"2026-08-23T20:55:59Z","source_chain":"Ethereum","target_chain":"Solana","token":"USDC","amount":20000,"usd_amount":19997.74,"status":"confirmed","tx_hash":"0x77adc504...e82e535b"}]}price per call
$0.005000
USDC ยท Solana
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/08f28806-9baf-4a45-8dad-e2bdfa5da23cPerformance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered5,515x
page views380
inputjson
outputjson