# Polymarket Smart Money Positioning Viewer

> Polymarket Smart Money Positioning Viewer is a paid API for AI agents from sol.blockrun.ai, paid per call via x402, $0.0095/call, status unknown (last checked 2026-09-16).

Returns smart money positioning data for a specific Polymarket prediction market identified by its market address

## Facts

- Endpoint: GET https://sol.blockrun.ai/api/v1/pm/polymarket/market/0x752fa61c93f16c4b15e85b0bd438d9c684176b0ea7b319a84c8aca34616e8a8c/smart-money
- Price: $0.0095/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/polymarket-smart-money-positioning-viewer-f3a20a4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y9t8yNU1RiN0xkdwQ6wee

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 polymarket-smart-money-positioning-viewer-f3a20a4f
```

Example prompt: Show me how smart money is positioned on Polymarket market 0x752fa61c93f16c4b15e85b0bd438d9c684176b0ea7b319a84c8aca34616e8a8c — I want to see which side the informed traders are backing.

## When to prefer this

Use this endpoint when you specifically need smart money or whale positioning signals on a Polymarket market — not just price or volume data. Prefer this over general market endpoints when you want to understand how sophisticated, informed, or high-capital traders are positioned relative to the market consensus, especially for trading strategy, research, or market sentiment analysis.

## Known failure modes

- Invalid or non-existent market address returns an error or empty data
- Market may be resolved or inactive, returning no live positioning data
- Rate limiting or payment failure via x402 protocol if USDC balance is insufficient
- Malformed market ID in the path returns a 400 or 404 error
- Smart money data may not be available for low-liquidity or very new markets

## How this service works

View smart money positioning on a specific market

## Output

Returns structured data about smart money or large trader positioning on the specified Polymarket prediction market, including which outcome informed/sophisticated traders are backing and their relative position sizes or allocation signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/polymarket-smart-money-positioning-viewer-f3a20a4f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sol.blockrun.ai](https://www.zero.xyz/host/sol.blockrun.ai/llms.txt)
