# SignalPulse Cross-Asset Market Scan (Analysis Tier)

> SignalPulse Cross-Asset Market Scan (Analysis Tier) is a paid API for AI agents from signalpulse-peach.vercel.app, paid per call via x402, $2/call, status unknown (last checked 2026-09-14).

Delivers an institutional-grade multi-layer cross-asset market analysis across FX majors, metals, and equity indices, including regime detection, COT positioning, yield spreads, carry, real yields, VIX term structure, options gamma, and macro factors with directional bias and confidence scores.

## Facts

- Endpoint: GET https://signalpulse-peach.vercel.app/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-36ab9251
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hEVzXChXRtnIRhKd-OsiR

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-36ab9251
```

Example prompt: Give me a full cross-asset market scan right now — I want to see the regime read, COT positioning, yield spreads, carry, real yields, VIX term structure, and options gamma 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, simultaneous institutional-quality read across multiple asset classes (FX, metals, equities) in a single call, rather than a single-asset or single-factor scan. Ideal for macro overlay work, regime-aware portfolio positioning, or briefing an AI agent on the full cross-asset landscape. For equity options volatility specifics, use the options scan sibling; for forex-only 28-pair deep dives, use the forex scan sibling.

## Known failure modes

- Payment not included or invalid x402 payment header — returns 402 Payment Required
- Market data temporarily unavailable — may return partial results or 503
- Rate limiting if called too frequently — returns 429
- Upstream data feed latency causing stale readings

## 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 an institutional multi-layer cross-asset analysis covering FX majors, metals, and equity indices. Includes market regime classification, COT positioning signals, yield spread analysis, carry and real yield readings, VIX term structure shape, options gamma exposure, and macro overlay — each with a directional bias (bullish/bearish/neutral) and a confidence score with supporting reasoning. Note: executable entries, stops, targets, and post-cost EV are reserved for 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": {
      "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-36ab9251/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)
