# BlockRun.AI Polymarket Smart Wallet Global Leaderboard

> BlockRun.AI Polymarket Smart Wallet Global Leaderboard is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns the global leaderboard of smart wallets ranked by performance on Polymarket prediction markets

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/polymarket/leaderboard
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-e149d109
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0rhIqnK7YE-MfN7Rfn4_c

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

Example prompt: Show me the global leaderboard of top-performing smart wallets on Polymarket — I want to see who the best prediction market traders are right now.

## When to prefer this

Use this endpoint when you need a comprehensive global ranking of smart wallets on Polymarket, particularly for identifying top traders, benchmarking wallet performance, or researching prediction market participants. Prefer this over per-wallet endpoints when you want a broad leaderboard view rather than data on a specific wallet.

## Known failure modes

- API returns 402 if payment of 0.001 USDC is not provided via x402 protocol
- Empty or stale leaderboard data if Polymarket data feed is delayed
- Truncated response due to large payload size (~69KB)
- Service unavailability or timeout for the blockrun.ai backend

## How this service works

Get the global leaderboard of smart wallets

## Output

A ranked list of smart wallets with their Polymarket performance metrics, including wallet addresses, rankings, and associated position or profit data (response can be large, ~70KB).

## Example request

```json
{
 "body": {}
}
```

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