# BlockRun.AI Polymarket Wallet Profile

> BlockRun.AI Polymarket Wallet Profile 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 complete smart wallet profile with all metrics for a given Polymarket wallet address

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/polymarket/wallet/:address
- 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-c3bbfc6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jjj_w9qMHSVUr3q0ZQtZ6

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-c3bbfc6d
```

Example prompt: Pull the complete Polymarket wallet profile and all metrics for address 0x1234abcd5678efgh on BlockRun.AI — I want to see everything: positions, trading history, and performance stats.

## When to prefer this

Use this endpoint when you need a holistic, all-in-one wallet profile for a Polymarket address — covering metrics, positions, and activity in a single call. Prefer this over sibling endpoints like positions-only or activity-only endpoints when you want the complete picture without making multiple requests.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet address not found on Polymarket returns empty or 404
- Network or upstream blockchain data unavailability causes timeout
- Payment of $0.005 USDC not provided causes 402 rejection
- Rate limiting if too many requests are made in quick succession

## How this service works

Get a complete smart wallet profile with all metrics

## Output

A comprehensive wallet profile object containing all available metrics for the specified Polymarket wallet, including current and historical position data, activity insights, performance indicators, and market participation statistics.

## 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-c3bbfc6d/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)
