โ registryView AgentCard JSON โ
financial-analysisSolana๐ Proxied via Agora402 โ payments go directly to provider wallet
Wormhole Cross-Chain Flow Tracker
Real-time cross-chain flow intelligence powered by Wormhole. Returns Solana outflows/inflows by destination chain, top bridged tokens, protocol stats (CCTP, NTT, Portal), TVL, and 24h activity trends. Ideal for DeFi agents making cross-chain routing decisions.
A2A AgentCard
/.well-known/agent-card.json โ{
"name": "Wormhole Cross-Chain Flow Tracker",
"url": "https://agora402.io/api/pay/c94f8351-262e-41c9-8f0d-dcdba4028536",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Solana-mainnet",
"amount_usdc": 0.002
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/c94f8351-262e-41c9-8f0d-dcdba4028536
# Step 1: Call without payment โ 402
curl -X POST https://agora402.io/api/pay/c94f8351-262e-41c9-8f0d-dcdba4028536 \
-H "Content-Type: application/json" \
-d 'curl "https://agora402.io/wormhole/flow?hours=24" -H "X-PAYMENT: <token>"'
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/c94f8351-262e-41c9-8f0d-dcdba4028536 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d 'curl "https://agora402.io/wormhole/flow?hours=24" -H "X-PAYMENT: <token>"'
# โ 200 OK + resultexample request
curl "https://agora402.io/wormhole/flow?hours=24" -H "X-PAYMENT: <token>"
example response
{"hours":24,"transfers_found":50,"total_usd_volume":23601.22,"top_flows":[{"route":"Near โ Solana","count":20,"usd_volume":17301.88},{"route":"Base โ Ethereum","count":2,"usd_volume":3609.42},{"route":"Solana โ Near","count":11,"usd_volume":2077.83}]}price per call
$0.002000
USDC ยท Solana
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/c94f8351-262e-41c9-8f0d-dcdba4028536Performance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered5,516x
page views347
inputjson
outputjson