# SignalPulse Equity Options Scan

> SignalPulse Equity Options Scan is a paid API for AI agents from signalpulse.theaslangroupllc.com, paid per call via x402, $0.5/call, status down (last checked 2026-09-15).

Performs an institutional-grade options analysis scan delivering VRP, IV term structure, GEX regime, max-pain, and unusual activity signals with directional/vol bias and confidence reasoning for liquid optionable equities.

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/api/scan/options
- Price: $0.5/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-equity-options-scan-4662ec32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZM8HtAPjCvcNj7UElSgIy

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-4662ec32
```

Example prompt: Run an institutional equity options scan right now and tell me which liquid optionable name has the best setup — I want the VRP, IV term structure, GEX regime, max-pain, any unusual activity, and your directional and vol bias with a confidence score and reasoning.

## When to prefer this

Use this endpoint when you need a fast, multi-factor institutional options analysis scan across liquid equities — combining volatility regime (VRP, IV term structure, GEX), positioning (max-pain), and flow (unusual activity) into a single ranked signal with directional and vol bias. Prefer this over generic screeners when you need reasoning and confidence scores, not just raw data. Best suited for agents making options-aware trading decisions or researching volatility opportunities without building their own multi-factor model.

## Known failure modes

- No liquid optionable names meet signal thresholds — returns low-confidence or null result
- Market closed or low-liquidity session — reduced data quality warning
- Payment not processed — 402 Payment Required before scan executes
- Rate limit exceeded — too many calls in a short window
- Upstream data feed latency — stale IV or GEX data flagged in response

## 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 detailed reasoning covering VRP, IV term structure shape, GEX regime, max-pain level, and any flagged unusual options activity. Exact trade structures (strikes, expiry, premium/credit) are reserved for premium tier.

## 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-4662ec32/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)
