# Polymarket Signal Detector – Wallet Flow (Trade Volume/Count by Persona & Side)

> Polymarket Signal Detector – Wallet Flow (Trade Volume/Count by Persona & Side) is a paid API for AI agents from x402.sashco.ca, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns per-market trade volume and count broken down by trader persona and position side (yes/no) as of approximately 24 hours ago.

## Facts

- Endpoint: GET https://x402.sashco.ca/markets/:var1/wallet-flow
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/polymarket-signal-detector-wallet-flow-trade-volume-count-by-persona-95d4bd6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vRIrNfYLk4oDcrO3I9UGp

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-signal-detector-wallet-flow-trade-volume-count-by-persona-95d4bd6c
```

Example prompt: Pull the wallet flow breakdown for Polymarket market 0x1234abcd — I want to see how much volume and how many trades each persona type has placed on the yes and no sides.

## When to prefer this

Use this endpoint when you need a breakdown of Polymarket trading activity segmented by trader persona and position side for a specific market. It is ideal for understanding who is trading what, detecting smart-money signals, or performing due diligence before entering a market. Prefer this over raw blockchain data when you want pre-computed persona segmentation rather than raw wallet addresses.

## Known failure modes

- Invalid or unknown market ID (var1) returns an error or empty result
- Stale data: results reflect ~24h lag so very recent trades are not included
- Payment failure if USDC balance is insufficient for the $0.10 x402 payment
- Market not yet indexed or too new to have persona-segmented data
- Rate limiting if the same wallet calls repeatedly without adequate balance

## How this service works

Per-market trade volume/count broken out by persona and side, as of ~24 hours ago.

## Output

A structured breakdown of trade volume and trade count for a specific Polymarket market, segmented by trader persona category and position side (yes/no), reflecting data as of approximately 24 hours ago.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 },
 "description": "Per-market trade volume by persona and side, ~24h delayed."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/polymarket-signal-detector-wallet-flow-trade-volume-count-by-persona-95d4bd6c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.sashco.ca](https://www.zero.xyz/host/x402.sashco.ca/llms.txt)
