# SignalPulse Polymarket Macro Threshold Ladder Scanner

> SignalPulse Polymarket Macro Threshold Ladder Scanner is a paid API for AI agents from signalpulse.theaslangroupllc.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Scans Polymarket prediction markets for CPI inflation, unemployment rate, and 10-year Treasury yield buckets, pricing each bucket against official data plus trend-implied distributions to surface the single best divergence opportunity with depth-gated fill checks.

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/api/signal/macro
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-polymarket-macro-threshold-ladder-scanner-40953718
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SYSVLKZgEq3-Syxw-e5zr

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 signalpulse-polymarket-macro-threshold-ladder-scanner-40953718
```

Example prompt: Scan Polymarket's macro prediction markets for CPI, unemployment, and 10-year Treasury yield buckets and tell me which single bucket has the biggest divergence from where it should be priced — show me the full transparency scan too.

## When to prefer this

Choose this endpoint when you need a quantitative, data-grounded scan of Polymarket macro prediction markets (CPI, unemployment, Treasury yield) that compares live market bucket prices against official statistical agency data and trend-implied distributions. Prefer this over generic prediction market scrapers when you want institutional-grade divergence detection with liquidity depth checks. Use the ?family filter to narrow to a specific macro indicator when you already know your focus area.

## Known failure modes

- No live Polymarket bucket books available for the selected family — market may be paused or settled
- BLS or Treasury data feed unavailable, preventing official-print floor calculation
- Invalid ?family parameter value returns an error
- No significant divergence detected across all scanned buckets
- Rate limiting or payment failure at $1 USDC per call

## How this service works

Polymarket econ-threshold ladder scan across CPI inflation, unemployment rate, and 10-year Treasury yield markets: each bucket is priced from the realized official-print floor (BLS/Treasury) plus a trend-implied distribution for the remaining prints in the window, checked against every live bucket book. Returns the single best divergence with a depth-gated fill check and the full transparency scan. Optional ?family=cpi_yoy|unrate|us10y narrows.

## Output

Returns the single best-divergence Polymarket macro bucket (across CPI yoy, unemployment rate, or 10-year Treasury yield markets, or all three), priced against the realized official-print floor plus trend-implied distribution, with a depth-gated fill feasibility check and a full transparency scan showing all bucket pricing and divergence scores.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-polymarket-macro-threshold-ladder-scanner-40953718/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalpulse.theaslangroupllc.com](https://www.zero.xyz/host/signalpulse.theaslangroupllc.com/llms.txt)
