# SignalPulse Cross-Asset Market Scan (Analysis Tier)

> SignalPulse Cross-Asset Market Scan (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-14).

Performs an institutional-grade multi-layer market analysis scan across FX majors, metals, and equity indices, returning regime assessment, COT positioning, yield spreads, carry, real yields, VIX term structure, options gamma, and macro context with directional bias and confidence scores.

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/api/scan/market
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-cross-asset-market-scan-analysis-tier-313af00d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0hY2VglsHP3mf4GZsFj8A

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-cross-asset-market-scan-analysis-tier-313af00d
```

Example prompt: Give me SignalPulse's full cross-asset institutional scan right now — I want the regime read, COT positioning, yield spreads, carry, real yields, VIX term structure, options gamma, and macro context across FX majors, metals, and equity indices, with a directional bias and confidence score for each.

## When to prefer this

Choose this endpoint when you need a broad, institutional-grade cross-asset view spanning FX, metals, and equities simultaneously, incorporating both positioning data (COT) and derivatives signals (VIX term structure, options gamma) alongside macro fundamentals. Prefer this over the dedicated FX or crypto scans when you need a holistic multi-asset regime read rather than deep single-asset analysis.

## Known failure modes

- Payment not provided or insufficient — returns 402 Payment Required
- Market data temporarily unavailable — returns 503 Service Unavailable
- Rate limit exceeded — returns 429 Too Many Requests
- Invalid request parameters — returns 400 Bad Request

## How this service works

SignalPulse cross-asset market scan (analysis tier) — institutional multi-layer read across FX majors, metals, and equity indices: regime, COT positioning, yield spreads, carry, real yields, VIX term structure, options gamma, and macro, with directional bias, confidence and reasoning. Executable entries/stops/targets and post-cost EV are premium-only.

## Output

Returns a structured multi-layer institutional market analysis covering: market regime classification, COT (Commitment of Traders) positioning signals, yield spread analysis, carry trade signals, real yield data, VIX term structure shape, options gamma exposure, and macro backdrop — each with a directional bias (bullish/bearish/neutral) and a confidence score with supporting reasoning. Executable entries, stops, and targets are premium-only and not included in this 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": {
      "style": {
       "type": "string",
       "description": "scalp | intraday | longterm (default: intraday)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "agent_analysis",
  "scan_type": "market",
  "market_theme": "Risk-off; gold bid, indices heavy",
  "best_opportunity": {
   "bias": "bullish",
   "signal": "BUY",
   "rationale": "...multi-layer synthesis...",
   "confidence": 0.66,
   "instrument": "XAUUSD",
   "key_factors": []
  }
 }
}
```

## More

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