# SignalPulse Forex Market Scan (Analysis Tier)

> SignalPulse Forex Market 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-14).

Delivers institutional-grade multi-layer forex analysis across 28 major and cross pairs, covering rate differentials, COT positioning, carry, policy divergence, yield spreads, and macro regime with directional bias and confidence scores.

## Facts

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

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-5d5212b3
```

Example prompt: Run a full institutional forex scan across all 28 majors and crosses — I want to see the directional bias, confidence levels, COT positioning, carry and rate differential signals, and the current macro regime read for each pair.

## When to prefer this

Choose this endpoint when you need a broad, institutional-grade directional read across all major and cross forex pairs simultaneously, incorporating COT data, carry, rate differentials, policy divergence, and macro regime context — rather than a single-pair analysis or a generic sentiment tool. Ideal for agents building systematic macro views, pre-trade research, or currency allocation frameworks without needing executable entry/exit levels.

## Known failure modes

- Payment not provided or insufficient USDC — endpoint requires $0.50 USDC per call via x402 protocol
- Rate limit exceeded — too many calls in a short window
- Data temporarily unavailable due to upstream macro data feed issues
- Malformed request parameters — unsupported query fields
- Service outage on signalpulse.theaslangroupllc.com

## 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 a structured multi-layer institutional analysis across 28 major and cross currency pairs including: directional bias per pair, confidence scores, COT positioning data, carry trade signals, rate differential analysis, policy divergence indicators, yield spread data, and an overarching cross-asset macro regime assessment with reasoning. Executable entries, stops, and post-cost EV data are not included at this tier (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"
    }
   }
  }
 }
}
```

## 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-5d5212b3/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)
