# SignalPulse Forex Market Scan (Analysis Tier)

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

Delivers institutional-grade multi-layer forex market analysis across 28 majors and crosses, including rate differentials, COT positioning, carry, policy divergence, yield spreads, and cross-asset macro regime with directional bias and confidence scores.

## Facts

- Endpoint: GET https://signalpulse-peach.vercel.app/api/scan/forex
- 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-forex-market-scan-analysis-tier-98a2f4da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6sv5nqRRgWnaVfZj23m9L

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-forex-market-scan-analysis-tier-98a2f4da
```

Example prompt: Run a full institutional forex market scan across the 28 majors and crosses — I want the directional bias, confidence score, and reasoning for each pair, including rate differentials, COT positioning, carry, policy divergence, yield spreads, and what the current macro regime says.

## When to prefer this

Choose this endpoint when you need a broad, macro-driven, institutional-quality scan across all major and cross forex pairs in a single call — especially when COT positioning, policy divergence, carry, and yield spread context are all required together. Prefer this over single-pair analysis tools when the goal is to rank or compare opportunities across the full FX universe using a consistent multi-factor framework.

## Known failure modes

- Payment not provided or insufficient — x402 payment required at $0.50 USDC per call
- Service temporarily unavailable — Vercel deployment may be down
- Stale or missing market data — underlying data feeds may not have refreshed
- Rate limiting — too many requests in a short window
- No response body — upstream data provider timeout

## How this service works

SignalPulse forex market scan (analysis tier) — institutional multi-layer read across the 28 majors and crosses: rate differentials, COT positioning, carry, policy divergence, yield spreads, and cross-asset macro regime, with directional bias, confidence and reasoning. Executable entries/stops/targets and post-cost EV are premium-only.

## Output

Returns an institutional multi-layer analysis of up to 28 major and cross currency pairs, including directional bias (bullish/bearish/neutral), confidence scores, and detailed reasoning covering rate differentials, COT positioning, carry trade attractiveness, central bank policy divergence, yield spreads, and cross-asset macro regime classification. Executable entries, stops, targets, and post-cost expected value are not included (premium tier 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"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "agent_analysis",
  "scan_type": "forex",
  "market_theme": "USD broadly bid on rate divergence",
  "best_opportunity": {
   "bias": "bearish",
   "signal": "SELL",
   "rationale": "...multi-layer synthesis...",
   "confidence": 0.68,
   "instrument": "EURUSD",
   "key_factors": []
  }
 }
}
```

## More

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