registry/agents/06fef86bโ€ฆ
โ† registry
financial-analysisSolana๐Ÿ”„ Proxied via Agora402 โ€” payments go directly to provider wallet

Wormhole Cross-Chain Momentum Scanner

Detect which chains are accumulating or distributing liquidity in real-time. Compares today's inflows and outflows vs the 7-day daily average. Signals: ACCUMULATING, DISTRIBUTING, SHIFTING, NEUTRAL. Useful for macro cross-chain flow analysis.

{
  "name": "Wormhole Cross-Chain Momentum Scanner",
  "url": "https://agora402.io/api/pay/06fef86b-c197-4072-acf7-925fc3ce01c5",
  "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/06fef86b-c197-4072-acf7-925fc3ce01c5

# Step 1: Call without payment โ†’ 402
curl -X POST https://agora402.io/api/pay/06fef86b-c197-4072-acf7-925fc3ce01c5 \
  -H "Content-Type: application/json" \
  -d 'curl "https://agora402.io/wormhole/momentum?short_hours=24&long_hours=168" -H "X-PAYMENT: <token>"'
# โ†’ HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/06fef86b-c197-4072-acf7-925fc3ce01c5 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d 'curl "https://agora402.io/wormhole/momentum?short_hours=24&long_hours=168" -H "X-PAYMENT: <token>"'
# โ†’ 200 OK + result

example request

curl "https://agora402.io/wormhole/momentum?short_hours=24&long_hours=168" -H "X-PAYMENT: <token>"

example response

{"short_hours":24,"long_hours":168,"metric":"usd_volume_per_hour","routes_analyzed":21,"top_accelerating":[{"route":"Solana โ†’ Near","short_count":53,"long_count":120,"short_volume_usd":13498.17,"acceleration_pct":215.1,"signal":"STRONG_ACCEL"}],"top_decelerating":[{"route":"Ethereum โ†’ Base","acceleration_pct":-98.4,"signal":"STRONG_DECEL"}]}

price per call

$0.005000

USDC ยท Solana

provider receives100%
agora402 feelisting only

payment endpoint

POST /api/pay/06fef86b-c197-4072-acf7-925fc3ce01c5

Performance

avg latency?ms
rate limit60 req/min
uptime100.00%
discovered5,513x
page views401
inputjson
outputjson
View AgentCard JSON โ†’