# Polymarket Smart Money Positioning

> Polymarket Smart Money Positioning 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-14).

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

## Facts

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

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-90c8c8d1
```

Example prompt: Show me the smart money positioning on the Polymarket market with contract address 0xbe20fcfd54937c2a48a7b8521ca349e6a2c4373566328ebb950a8c35ab1be3d9 — I want to see how whales and sophisticated traders are leaning.

## When to prefer this

Use this endpoint when you need to understand how sophisticated or high-capital traders (smart money/whales) are positioned on a specific Polymarket prediction market identified by its contract address. Prefer this over general market data endpoints when the goal is to gauge informed trader sentiment rather than overall market volume or price. Best used as a signal layer before entering a position or building a trading strategy around a specific market.

## Known failure modes

- Invalid or non-existent market contract address returns empty or error response
- Market has no smart money activity resulting in empty data set
- Network or RPC latency causing slow or failed response
- Payment failure via x402 protocol preventing access
- Contract address format mismatch causing lookup failure

## How this service works

View smart money positioning on a specific market

## Output

Returns positioning data showing how smart money or whale traders are allocated across outcomes for the specified Polymarket prediction market, including position sizes and directional bias of sophisticated market participants

## 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-90c8c8d1/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)
