{
  "schemaVersion": "vultax-feature-mirror-v1",
  "slug": "whale-tracker",
  "title": "Large Trades: Polymarket and Bitcoin",
  "description": "The Polymarket trades above Vultax’s published size threshold, and the large BTC prints captured by the same public trade feeds — venue, side, size and source time on every row.",
  "mirrorSummary": "The Polymarket trades above Vultax’s published size threshold, and the large BTC prints captured by the same public trade feeds — venue, side, size and source time on every row.",
  "canonicalUrl": "https://vultax.com/features/whale-tracker",
  "availability": {
    "status": "live",
    "message": "The Polymarket trade tape is open to everyone in the app. Crypto whale views sit in the crypto workspace and depend on feed coverage and plan access."
  },
  "workspace": {
    "label": "Open the Vultax workspace",
    "url": "https://app.vultax.com/analytics/activity"
  },
  "downloads": {
    "json": "https://vultax.com/features/whale-tracker/data.json",
    "markdown": "https://vultax.com/features/whale-tracker/page.md",
    "schema": "https://vultax.com/features/schema.json"
  },
  "tables": [
    {
      "id": "pm-large-trades",
      "title": "Largest Polymarket trades above the size threshold",
      "description": "The biggest prints returned by the public Polymarket trade endpoint above Vultax’s published size filter.",
      "coverage": "Polymarket only. Source threshold 10000 USD; oldest trade inspected 2026-09-17T19:05:13Z. At most eight largest prints.",
      "columns": [
        {
          "key": "market",
          "label": "Market",
          "format": "text",
          "unit": null
        },
        {
          "key": "side",
          "label": "Taker side",
          "format": "text",
          "unit": null
        },
        {
          "key": "outcome",
          "label": "Outcome",
          "format": "text",
          "unit": null
        },
        {
          "key": "usd",
          "label": "Notional",
          "format": "usd",
          "unit": "USD"
        },
        {
          "key": "price",
          "label": "Price per share",
          "format": "usd",
          "unit": "USD"
        },
        {
          "key": "at",
          "label": "Trade time",
          "format": "datetime",
          "unit": "UTC"
        }
      ],
      "rows": [
        {
          "id": "trade-0",
          "values": {
            "market": "Russia Elections: Yabloko Clears Duma Threshold?",
            "side": "buy",
            "outcome": "No",
            "usd": 19980,
            "price": 0.999,
            "at": "2026-09-18T07:18:34.000Z"
          }
        },
        {
          "id": "trade-1",
          "values": {
            "market": "Will Benjamin Netanyahu be the next Prime Minister of Israel?",
            "side": "buy",
            "outcome": "No",
            "usd": 10548,
            "price": 0.7,
            "at": "2026-09-18T07:18:18.000Z"
          }
        }
      ],
      "notes": [
        "The public trade endpoint returns a capped recent sample. An empty result does not prove no large trades occurred.",
        "A large trade does not identify a person, establish conviction, or predict the outcome of the market it was placed in.",
        "Price is the price paid per share of the named outcome, between 0 and 1 dollar. It is a market observation, not a probability Vultax endorses."
      ],
      "kind": "market-snapshot",
      "status": "fresh",
      "statusReason": "Within this table’s source-time freshness window; prices can change between observations.",
      "observedAt": "2026-09-18T08:10:04.000Z",
      "modifiedAt": null,
      "rowCount": 2,
      "sources": [
        {
          "label": "Vultax traders pack · Polymarket public trade endpoint",
          "url": "https://vultax.com/live/traders.json"
        }
      ],
      "downloads": {
        "json": "https://vultax.com/features/whale-tracker/data.json?dataset=pm-large-trades",
        "csv": "https://vultax.com/features/whale-tracker/data.csv?dataset=pm-large-trades"
      }
    },
    {
      "id": "btc-large-trades",
      "title": "Largest captured BTC trades",
      "description": "Large prints returned by the existing public exchange trade endpoints.",
      "coverage": "BTC/USD and BTC/USDT; source threshold 100000 USD, lookback 30 minutes. At most ten largest captured prints.",
      "columns": [
        {
          "key": "venue",
          "label": "Exchange",
          "format": "text",
          "unit": null
        },
        {
          "key": "side",
          "label": "Taker side",
          "format": "text",
          "unit": null
        },
        {
          "key": "value",
          "label": "Trade value",
          "format": "usd",
          "unit": "USD"
        },
        {
          "key": "btc",
          "label": "BTC",
          "format": "number",
          "unit": "BTC"
        },
        {
          "key": "at",
          "label": "Trade time",
          "format": "datetime",
          "unit": "UTC"
        }
      ],
      "rows": [
        {
          "id": "print-0",
          "values": {
            "venue": "binance",
            "side": "sell",
            "value": 400159,
            "btc": 5.151,
            "at": "2026-09-18T08:09:27.000Z"
          }
        },
        {
          "id": "print-1",
          "values": {
            "venue": "okx",
            "side": "sell",
            "value": 250170,
            "btc": 3.22,
            "at": "2026-09-18T08:10:31.000Z"
          }
        },
        {
          "id": "print-2",
          "values": {
            "venue": "coinbase",
            "side": "sell",
            "value": 233923,
            "btc": 3.014,
            "at": "2026-09-18T08:10:09.000Z"
          }
        },
        {
          "id": "print-3",
          "values": {
            "venue": "kraken",
            "side": "buy",
            "value": 107482,
            "btc": 1.38,
            "at": "2026-09-18T08:03:05.000Z"
          }
        }
      ],
      "notes": [
        "Trade endpoints return capped recent samples; this is not a complete 30-minute tape. Empty results do not prove no large trades occurred.",
        "A large print does not identify a trader or prove directional intent. Exchange prints and Vultax detector alerts are different populations."
      ],
      "kind": "market-snapshot",
      "status": "fresh",
      "statusReason": "Within this table’s source-time freshness window; prices can change between observations.",
      "observedAt": "2026-09-18T08:10:04.000Z",
      "modifiedAt": null,
      "rowCount": 4,
      "sources": [
        {
          "label": "Vultax crypto pack · public BTC trade endpoints",
          "url": "https://vultax.com/live/crypto.json"
        }
      ],
      "downloads": {
        "json": "https://vultax.com/features/whale-tracker/data.json?dataset=btc-large-trades",
        "csv": "https://vultax.com/features/whale-tracker/data.csv?dataset=btc-large-trades"
      }
    },
    {
      "id": "btc-trade-coverage",
      "title": "Trade sample coverage by venue",
      "description": "How many trades the source inspected and how many passed its large-print threshold.",
      "coverage": "Only responding BTC trade endpoints; the count is trades returned, not guaranteed full-window coverage.",
      "columns": [
        {
          "key": "venue",
          "label": "Exchange",
          "format": "text",
          "unit": null
        },
        {
          "key": "seen",
          "label": "Trades inspected",
          "format": "number",
          "unit": null
        },
        {
          "key": "large",
          "label": "Large prints",
          "format": "number",
          "unit": null
        },
        {
          "key": "usd",
          "label": "Large-print value",
          "format": "usd",
          "unit": "USD"
        }
      ],
      "rows": [
        {
          "id": "coinbase",
          "values": {
            "venue": "Coinbase",
            "seen": 1000,
            "large": 1,
            "usd": 233923
          }
        },
        {
          "id": "binance",
          "values": {
            "venue": "Binance",
            "seen": 1000,
            "large": 1,
            "usd": 400159
          }
        },
        {
          "id": "kraken",
          "values": {
            "venue": "Kraken",
            "seen": 1000,
            "large": 1,
            "usd": 107482
          }
        },
        {
          "id": "okx",
          "values": {
            "venue": "OKX",
            "seen": 500,
            "large": 1,
            "usd": 250170
          }
        },
        {
          "id": "bybit",
          "values": {
            "venue": "Bybit",
            "seen": 1000,
            "large": 0,
            "usd": 0
          }
        }
      ],
      "notes": [
        "A missing venue is unavailable, not a zero. A reported zero applies only to the inspected sample."
      ],
      "kind": "market-snapshot",
      "status": "fresh",
      "statusReason": "Within this table’s source-time freshness window; prices can change between observations.",
      "observedAt": "2026-09-18T08:10:04.000Z",
      "modifiedAt": null,
      "rowCount": 5,
      "sources": [
        {
          "label": "Vultax crypto pack · prints30m.byVenue",
          "url": "https://vultax.com/live/crypto.json"
        }
      ],
      "downloads": {
        "json": "https://vultax.com/features/whale-tracker/data.json?dataset=btc-trade-coverage",
        "csv": "https://vultax.com/features/whale-tracker/data.csv?dataset=btc-trade-coverage"
      }
    }
  ],
  "research": [
    {
      "title": "115,006 Large-Trade Alerts: Where and When Crypto Whales Trade, by Venue and Hour",
      "url": "https://vultax.com/research/crypto-whale-trades-115000-alerts-six-exchanges",
      "publishedAt": "2026-09-03",
      "description": "Every large-trade alert Vultax logged on six exchanges from 18 June to 3 September 2026: HTX carried 56% of large-trade notional, flow stayed close to balanced, 13:00–16:00 UTC held 23.6% of alerts, and weekends ran 23–30% quieter."
    }
  ],
  "related": [
    {
      "slug": "event-intelligence",
      "title": "Crypto Market News and Exchange Status",
      "url": "https://vultax.com/features/event-intelligence"
    },
    {
      "slug": "orderbook-heatmap",
      "title": "Bitcoin Order Books and Exchange Depth",
      "url": "https://vultax.com/features/orderbook-heatmap"
    },
    {
      "slug": "wallet-intelligence",
      "title": "Polymarket Trader Rankings and Wallet Research",
      "url": "https://vultax.com/features/wallet-intelligence"
    }
  ],
  "limitations": [
    "Public tables mirror existing Vultax source packs. They do not include account data, private watchlists or the complete app dataset.",
    "Source time, coverage and limitations apply to each table. Missing values are unavailable, not zero."
  ]
}
