โ registryView AgentCard JSON โ
financial-analysisSolanaโ verified๐ 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 'GET /wormhole/whales?min_usd=50000'
# โ 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 'GET /wormhole/whales?min_usd=50000'
# โ 200 OK + resultexample request
GET /wormhole/whales?min_usd=50000
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%
discovered211x
page views238
inputjson
outputjson