# Seerium Polymarket Whale Radar by Wallet

> Seerium Polymarket Whale Radar by Wallet 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-15).

Returns whale trade history, wallet metadata, tier, score, and activity for a single tracked 0x Polymarket wallet address.

## Facts

- Endpoint: GET https://api.seerium.xyz/v1/prediction/whale-radar/by-wallet
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-seerium-xyz-5dab5df4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pP5PYvsI3YtTU6Fa_qYH0

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-5dab5df4
```

Example prompt: What's the whale tier, score, and most recent Polymarket trades for wallet 0x1234567890abcdef1234567890abcdef12345678? Show me the last 10 trades.

## When to prefer this

Use this endpoint when you need to profile a specific known wallet address on Polymarket — e.g. you already have the 0x address and want its whale classification, score, and trade history. Prefer this over the top-whales feed endpoint when you need per-wallet detail rather than a ranked leaderboard.

## Known failure modes

- Wallet address not in tracked whale list — returns empty or not-found response
- Invalid 0x address format — schema validation error
- Wallet has no Polymarket activity — returns empty trades array
- limit parameter out of range — validation error
- Payment not fulfilled (x402) — 402 Payment Required response
- Network or upstream data provider outage — 5xx error

## How this service works

Crypto and prediction market intelligence through x402.

## Output

Returns whale trades (up to the requested limit), wallet metadata including tier classification and whale score, and recent activity summary for the specified 0x wallet on Polymarket.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "limit": 5,
   "wallet": "0x1111111111111111111111111111111111111111"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "wallet"
     ],
     "properties": {
      "limit": {
       "type": "number",
       "minimum": 1,
       "description": "Optional maximum recent wallet trades to return."
      },
      "wallet": {
       "type": "string",
       "pattern": "^0x[a-fA-F0-9]{40}$",
       "description": "Required tracked 0x EVM wallet address to inspect for recent Polymarket whale trades. Use /v1/prediction/whale-radar/top-10-recent-moves first to discover active wallets."
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## 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
    }
   ],
   "wallet": {
    "name": "Example Whale",
    "tier": "alpha",
    "score": 98,
    "active": true,
    "wallet": "0x1234567890abcdef1234567890abcdef12345678",
    "tracked": true,
    "updatedAt": "2026-03-25T11:59:00.000Z",
    "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-by-wallet",
   "name": "Polymarket Whale Wallet API",
   "path": "/v1/prediction/whale-radar/by-wallet",
   "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-5dab5df4/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)
