You're viewing a demo portfolio

Join the waitlist
PRSM

get_whale_positions

Active

Tool of PredMCP

declared in 0.7.0

Positions of a specific Polymarket wallet, optionally filtered to one market. The /positions API requires a user (no public "all holders by market" endpoint), so pass the wallet address of the trader you want to inspect.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "user"
  ],
  "properties": {
    "user": {
      "type": "string",
      "description": "Polygon wallet address (0x…) of the user whose positions you want."
    },
    "condition_id": {
      "type": "string",
      "description": "Optional — filter results to a specific market by condition_id."
    },
    "min_size_usdc": {
      "type": "number",
      "default": 1000,
      "description": "Minimum position size in USDC to include in results (default: 1,000)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →