# BlockRun.AI Polymarket Wallet Per-Market Performance Breakdown

> BlockRun.AI Polymarket Wallet Per-Market Performance Breakdown is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a per-market performance breakdown for a given Polymarket wallet address, showing how the wallet performed across individual prediction markets

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/polymarket/wallet/:address/markets
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-a9ba96c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Yn2KGG8Q2zfh4apETt6Ep

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 blockrun-ai-a9ba96c3
```

Example prompt: Show me a per-market performance breakdown for Polymarket wallet 0x1234abcd — I want to see which markets they made or lost money on.

## When to prefer this

Use this endpoint when you need granular, market-level performance data for a specific Polymarket wallet — particularly for analyzing smart money behavior, auditing a trader's track record, or comparing performance across different prediction markets. Prefer this over the general wallet analytics endpoint when you need per-market detail rather than aggregate statistics.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet address not found on Polymarket returns empty or null data
- Network or upstream data provider failure returns 5xx error
- Rate limiting or insufficient USDC payment triggers 402 response
- Address with no Polymarket activity returns empty markets array

## How this service works

Get per-market performance breakdown for a wallet

## Output

A structured breakdown of the wallet's performance across each Polymarket market it participated in, including realized gains/losses, trade outcomes, and market-level statistics per position.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "query": {
     "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/blockrun-ai-a9ba96c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
