You're viewing a demo portfolio

Join the waitlist
PRSM

whale-radar

Active

Tool of The Stall

declared in 4.82.0

Polymarket whale intelligence for a given proxy wallet address. Returns recent prediction-market trades (market title, outcome, side, size in USDC, price, timestamp) and current open positions (title, size, avg price, current value, unrealized PnL). Infers whale tier (whale/shark/dolphin/minnow) from trade sizes. Use for copy-trading signal generation, market-sentiment cross-reference, or on-chain agent behavior profiling. Free upstream: Polymarket public data API.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "wallet": {
      "type": "string",
      "description": "Polymarket proxy wallet address (0x, 42 hex chars). Obtain from recent Polymarket trades or on-chain Polygon activity. Example: 0x7a9dc87be2c72791fd86fad5f67be7c5dc89ba5d"
    },
    "activity_limit": {
      "type": "integer",
      "description": "Max recent trades to return (1–50, default 10)."
    },
    "include_closed": {
      "type": "boolean",
      "description": "If true, include zero-value (closed/redeemable) positions. Default false."
    },
    "positions_limit": {
      "type": "integer",
      "description": "Max open positions to return (1–50, default 10)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →