{
  "x402Version": 2,
  "id": 7355,
  "slug": "7355",
  "resource": "https://api.newsgurus.ai/x402/prediction/whale-leaders",
  "description": "News Gurus Intel API — Polymarket smart-money leaderboard: whale wallets ranked by informed score, win rate, realized PnL or volume, with specialization and average entry odds. Insider/algo detection per-call — elsewhere this data class sits behind $599/mo API plans. Educational data, not financial advice.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa9a38639Ed4Aebc04092E21F3399c56545450713",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 20,
            "min_bets": 5,
            "sort_by": "informed_score"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "fetched_at": "2026-07-15T14:00:00+00:00",
            "sort_by": "informed_score",
            "total": 1,
            "wallets": [
              {
                "address": "0xabc...",
                "informed_score": 0.82,
                "specialization": "politics",
                "total_bets": 96,
                "total_pnl_usdc": 184220.5,
                "win_rate": 0.71
              }
            ]
          },
          "type": "json"
        }
      },
      "routeTemplate": "/x402/prediction/whale-leaders",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "limit": {
                    "default": 20,
                    "maximum": 50,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "min_bets": {
                    "default": 5,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "sort_by": {
                    "default": "informed_score",
                    "enum": [
                      "informed_score",
                      "win_rate",
                      "total_pnl_usdc",
                      "total_volume"
                    ],
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.newsgurus.ai",
  "lastUpdated": "2026-09-01T13:31:53.612Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T13:31:53.352Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.newsgurus.ai",
    "manifest_name": "api.newsgurus.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}