# Seerium Polymarket Whale Radar – Top 10 Recent Moves

> Seerium Polymarket Whale Radar – Top 10 Recent Moves is a paid API for AI agents from api.seerium.xyz, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Returns the top 10 largest recent Polymarket trades made by actively tracked whale wallets, enabling agents to monitor large-player sentiment and flow.

## Facts

- Endpoint: GET https://api.seerium.xyz/v1/prediction/whale-radar/top-10-recent-moves
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-seerium-xyz-4891acbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Xlirx6z3vB5Ovs1GqOmG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability api-seerium-xyz-4891acbe
```

Example prompt: What are the top 10 largest whale trades on Polymarket right now — I want to see where the big money is moving across tracked whale wallets.

## When to prefer this

Use this endpoint when you need a quick, agent-ready snapshot of where large Polymarket participants are placing significant bets — ideal for front-running analysis, sentiment gauging, or augmenting prediction market trading decisions with smart-money flow. Prefer this over generic Polymarket scans when the specific focus is on whale wallet behavior and size-ranked trade history.

## Known failure modes

- No recent whale activity detected — returns empty or minimal list if tracked wallets have been inactive
- Payment failure (402) if the x402 USDC micropayment of $0.003 is not properly submitted
- Upstream Polymarket data unavailability causing stale or incomplete results
- Rate limiting or authentication errors if called too frequently without valid credentials

## How this service works

Crypto and prediction market intelligence through x402.

## Output

A ranked list of the 10 most recent and largest trades by tracked whale wallets on Polymarket, likely including trade size, market name or slug, wallet identifier, direction (buy/sell), and timestamp, giving agents a snapshot of current large-player conviction.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "total": 1,
   "trades": [
    {
     "name": "Example Whale",
     "side": "BUY",
     "size": 20000,
     "tier": "alpha",
     "price": 0.49,
     "score": 98,
     "amount": 9800,
     "wallet": "0x1234567890abcdef1234567890abcdef12345678",
     "outcome": "Yes",
     "tradeId": "whale_trade_example",
     "timestamp": "2026-03-25T11:58:30.000Z",
     "marketSlug": "us-x-iran-permanent-peace-deal-by-may-31-2026",
     "marketTitle": "US x Iran permanent peace deal by May 31, 2026?",
     "profileImage": null
    }
   ],
   "updatedAt": "2026-03-25T11:59:00.000Z"
  },
  "meta": {
   "requestId": "req_example_123",
   "updatedAt": "2026-03-25T11:59:30.000Z",
   "freshnessMs": 30000,
   "generatedAt": "2026-03-25T12:00:00.000Z"
  },
  "product": {
   "id": "whale-radar-top-10-recent-moves",
   "name": "Polymarket Whale Radar API",
   "path": "/v1/prediction/whale-radar/top-10-recent-moves",
   "price": "$0.1000",
   "method": "GET",
   "accepts": [
    {
     "payTo": "0x81832eEDe3a4ad96CB3D7cA09977636D912fd3D5",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "eip155:8453"
    },
    {
     "payTo": "2h752kAbb9z1jpdSzqMEYg9JHv6TPJ6T2BfAJMyjLFtZ",
     "price": "$0.1000",
     "scheme": "exact",
     "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
    }
   ],
   "networks": [
    "eip155:8453",
    "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
   ]
  },
  "service": "seerium-x402-api"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-seerium-xyz-4891acbe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.seerium.xyz](https://www.zero.xyz/host/api.seerium.xyz/llms.txt)
