# blockrun.ai Polymarket Wallet Volume Chart (BUY/SELL)

> blockrun.ai Polymarket Wallet Volume Chart (BUY/SELL) is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0085/call, status unknown (last checked 2026-09-14).

Returns a time-series volume chart broken down by BUY and SELL side for a given Polymarket wallet address

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/polymarket/wallet/volume-chart/:address
- Price: $0.0085/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-polymarket-wallet-volume-chart-buy-sell-a97291a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_avdfUgtHBlHuMhZO9ZKxX

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-polymarket-wallet-volume-chart-buy-sell-a97291a8
```

Example prompt: Can you pull up the BUY vs SELL volume chart for this Polymarket wallet 0x1234abcd... so I can see how their trading activity breaks down by direction over time?

## When to prefer this

Use this endpoint when you need directional volume analysis (BUY vs SELL) for a specific Polymarket wallet. Prefer this over the YES/NO market volume chart when the focus is on a trader's wallet rather than a specific market, and when you want to understand whether a wallet has been predominantly buying or selling positions over time.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet address not found on Polymarket returns empty or null data
- Rate limiting or payment failure (x402) if USDC not provided
- Network timeout if blockchain data is slow to index

## How this service works

Get volume chart broken down by BUY/SELL side for a wallet

## Output

A chart dataset containing time-series volume data for the specified wallet, segmented into BUY-side and SELL-side volumes, enabling analysis of directional trading activity on Polymarket.

## 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-polymarket-wallet-volume-chart-buy-sell-a97291a8/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)
