{
  "name": "Wormhole Whale Alert",
  "description": "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.",
  "url": "https://agora402.io/api/pay/08f28806-9baf-4a45-8dad-e2bdfa5da23c",
  "provider": {
    "organization": "Agora402 (managed)",
    "url": "https://agora402.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/08f28806-9baf-4a45-8dad-e2bdfa5da23c",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "financial-analysis",
      "name": "Wormhole Whale Alert",
      "description": "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.",
      "tags": [],
      "examples": [
        "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\"'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://agora402.io/api/pay/08f28806-9baf-4a45-8dad-e2bdfa5da23c",
    "chain": "solana",
    "priceUSDC": 0.005,
    "wallet": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
    "method": "POST",
    "mode": "managed"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/08f28806-9baf-4a45-8dad-e2bdfa5da23c",
    "managed": true,
    "verified": true,
    "listingTier": "pro"
  }
}