# SignalPulse Equities Scan (Analysis Tier)

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

Returns an institutional-grade multi-factor analysis for any US equity ticker, including dealer-gamma regime, VWAP/ORB/momentum, short interest, options skew/VRP, fundamentals, earnings drift, sector relative strength, insider activity, macro tide, directional signal, confidence score, and primary edge rationale.

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/api/signal/equities
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-equities-scan-analysis-tier-b711deb0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DVtT0AmcDRVlghkxx0af7

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-equities-scan-analysis-tier-b711deb0
```

Example prompt: Give me a full institutional read on NVDA — dealer-gamma regime, VWAP, short interest, options skew, fundamentals, earnings drift, and the directional signal with confidence and primary edge.

## When to prefer this

Use this endpoint when you need a deep, multi-factor institutional-style read on a single US equity — covering technicals, options flow, short interest, fundamentals, and macro in one call. Prefer this over generic financial data APIs when you want a synthesized directional signal with confidence and edge rationale rather than raw data. Best for agents doing pre-trade research, screening individual names, or building context before requesting a premium trade plan.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Non-US equity tickers may not be supported
- Payment failure (insufficient USDC, x402 protocol error) blocks the response
- Rate limiting if too many calls are made in rapid succession
- Stale data if market is closed or data provider is delayed
- Premium-only fields (entry/stop/target/sizing) return null or are omitted

## How this service works

SignalPulse equities scan (analysis tier) — institutional single-name read for any US ticker: dealer-gamma regime, VWAP/ORB/momentum, short interest and borrow, options skew/VRP, fundamentals, earnings drift, sector relative strength, insider and macro tide, with directional signal, confidence, the primary edge and full rationale. The exact executable trade plan (entry, stop, target, sizing) is premium-only.

## Output

A comprehensive single-name equity analysis including: directional signal (bullish/bearish/neutral), confidence level, dealer-gamma regime classification, VWAP/ORB/momentum readings, short interest percentage and borrow cost, options skew and volatility risk premium, fundamental summary, earnings drift, sector relative strength vs peers, insider activity, macro tide alignment, and a plain-language rationale for the primary edge. The exact executable trade plan (entry, stop, target, sizing) is not included — that requires the premium tier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "ticker": {
       "type": "string",
       "description": "US equity ticker, e.g. AAPL | NVDA | SPY"
      },
      "signal_type": {
       "type": "string",
       "description": "day_trade | mid_term | long_term (default: mid_term)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-equities-scan-analysis-tier-b711deb0/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)
