# SignalPulse CMI Scanner (Analysis Tier)

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

Delivers an institutional multi-layer market analysis across commodities, metals, and indices CFDs — covering real yields, EIA inventories, futures term structure, COT positioning, VIX structure, gamma exposure, breadth, and session eligibility — with directional bias, confidence score, and reasoning.

## Facts

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

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-cmi-scanner-analysis-tier-cd9e9f66
```

Example prompt: Run a full institutional CMI scan right now — I want the directional bias and confidence score across commodities, metals, and index CFDs, including what the COT positioning, real yields, EIA inventories, and VIX structure are all saying.

## When to prefer this

Choose this endpoint when you need a comprehensive, institution-grade, multi-factor directional signal specifically for the commodities, metals, and indices CFD asset class. It is superior to single-indicator lookups when you need synthesized reasoning across macro (real yields), positioning (COT), inventory (EIA), derivatives (gamma, VIX), and price structure (term structure) simultaneously. Prefer it over the crypto or forex scan endpoints when your focus is on hard commodities, precious metals, or broad index CFDs. Note that executable trade parameters require the premium tier.

## Known failure modes

- Market data unavailable for one or more layers — partial analysis returned with caveats
- Session eligibility check fails — analysis may note off-hours or low-liquidity conditions
- EIA inventory data not yet published — scan may return incomplete or stale inventory reading
- API returns 402 if payment not properly processed via x402 protocol
- Rate limiting or upstream data provider outage causing delayed or empty response

## How this service works

SignalPulse CMI scanner (analysis tier) — one institutional multi-layer read across the commodities/metals/indices CFD group: real yields, EIA inventories, futures term structure, COT positioning, VIX structure, gamma exposure, breadth, session eligibility — with directional bias, confidence and reasoning. Executable entries/stops/targets are premium-only.

## Output

A structured multi-layer analysis covering: directional bias (bullish/bearish/neutral) across the commodities/metals/indices CFD group, a confidence score, and a written reasoning narrative synthesizing real yields, EIA inventory levels, futures term structure (contango/backwardation), COT positioning data, VIX structure, gamma exposure, market breadth metrics, and session eligibility. Executable entries, stops, and targets are not included (premium-only).

## 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": {
      "style": {
       "type": "string",
       "description": "scalp | intraday | longterm (default: intraday)"
      }
     }
    }
   },
   "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-cmi-scanner-analysis-tier-cd9e9f66/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)
