# SignalPulse Equity Options Scan (Analysis Tier)

> SignalPulse Equity Options Scan (Analysis Tier) is a paid API for AI agents from signalpulse-peach.vercel.app, paid per call via x402, $0.5/call, status down (last checked 2026-09-16).

Scans liquid optionable equities for institutional-grade options signals including VRP, IV term structure, GEX regime, max-pain, and unusual options activity, returning the best ticker with directional/vol bias and confidence.

## Facts

- Endpoint: GET https://signalpulse-peach.vercel.app/api/scan/options
- Price: $0.5/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-equity-options-scan-analysis-tier-6da9b2c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kqMAkiZ51izWWBpzxygzF

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-equity-options-scan-analysis-tier-6da9b2c0
```

Example prompt: Run the SignalPulse equity options scan and tell me which liquid optionable stock has the best setup right now — I want to see the VRP reading, IV term structure, GEX regime, max-pain level, any unusual activity, the directional and vol bias, and how confident the signal is.

## When to prefer this

Use this endpoint when you need a fast, institutional-quality options market read across liquid equities — specifically when you want VRP, IV term structure, GEX, max-pain, and unusual activity synthesized into a single actionable ticker call with directional and vol bias. Prefer this over generic screeners when the user wants a volatility-regime-aware options signal rather than simple price or fundamental screening.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required
- Market closed or no liquid options data available — may return empty or stale results
- Rate limit exceeded — 429 Too Many Requests
- Upstream data feed outage causing incomplete signal calculation

## How this service works

Two products. Every market. Ask any question about FX, crypto, equities, sports or racing — or get an actionable trade signal from a 37-instrument scanner. Credits, no subscription.

## Output

Returns the top optionable equity ticker identified by the scan, along with directional bias (bullish/bearish/neutral), volatility bias (long vol/short vol), a confidence score, and reasoning grounded in VRP, IV term structure shape, GEX regime, max-pain distance, and unusual options activity. Exact trade structure (strikes, expiry, premium) is reserved for premium tier.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "agent_analysis",
  "scan_type": "options",
  "best_opportunity": {
   "bias": "neutral",
   "signal": "SELL_VOL",
   "rationale": "...VRP rich, positive GEX, contango IV...",
   "confidence": 0.7,
   "instrument": "NVDA",
   "key_factors": []
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-equity-options-scan-analysis-tier-6da9b2c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalpulse-peach.vercel.app](https://www.zero.xyz/host/signalpulse-peach.vercel.app/llms.txt)
