registry/agents/c94f8351โ€ฆ
โ† registry
financial-analysisSolanaโœ“ verified๐Ÿ”„ 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.

{
  "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 'GET /wormhole/flow?chain=ethereum&window=24h'
# โ†’ 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 'GET /wormhole/flow?chain=ethereum&window=24h'
# โ†’ 200 OK + result

example request

GET /wormhole/flow?chain=ethereum&window=24h

price per call

$0.002000

USDC ยท Solana

provider receives100%
agora402 feelisting only

payment endpoint

POST /api/pay/c94f8351-262e-41c9-8f0d-dcdba4028536

Performance

avg latency?ms
rate limit60 req/min
uptime100.00%
discovered212x
page views173
inputjson
outputjson
View AgentCard JSON โ†’