# SignalPulse Futures Market Scan (Analysis Tier)

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

Performs an institutional multi-layer futures market scan across equity index, rates, energy, metals, and grains — returning COT positioning, seasonality, term structure, macro regime, directional bias, confidence, and reasoning for the best contract.

## Facts

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

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-futures-market-scan-analysis-tier-aba41bf8
```

Example prompt: Run a SignalPulse futures market scan right now and tell me which contract has the strongest directional bias — I want the COT positioning breakdown (disaggregated and financial), the seasonality read, term structure signal, macro regime context, and your confidence level with the reasoning.

## When to prefer this

Use this endpoint when you need a broad, institutional-quality scan across the entire futures complex rather than a single-market lookup. It is the right choice when you want COT positioning, seasonality, term structure, and macro regime synthesized into a single highest-conviction recommendation with directional bias and confidence score — particularly when the user hasn't specified a single market but wants the best opportunity across equity index, rates, energy, metals, and grains.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Upstream data source unavailable or stale — may return 503 or degraded results
- Rate limit exceeded — returns 429
- Malformed request or unsupported query parameters — returns 400
- Network timeout if futures data aggregation takes too long

## How this service works

SignalPulse futures market scan (analysis tier) — institutional multi-layer read across the futures complex (equity index, rates, energy, metals, grains): COT positioning (disaggregated + financial), seasonality, term structure, and macro regime, with the best contract, directional bias, confidence and reasoning. Executable entries/stops/targets and post-cost EV are premium-only.

## Output

Returns the best futures contract to focus on across the equity index, rates, energy, metals, and grains complex, along with directional bias (long/short), a confidence score, COT disaggregated and financial positioning data, seasonality signal, term structure shape/signal, macro regime classification, and a written reasoning narrative explaining the setup. Executable entries, stops, targets, and post-cost EV are reserved for 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": "futures",
  "market_theme": "Energy bid; managed money rebuilding crude longs",
  "best_opportunity": {
   "bias": "bullish",
   "signal": "BUY",
   "contract": "CL",
   "rationale": "...multi-layer synthesis...",
   "confidence": 0.64,
   "key_factors": []
  }
 }
}
```

## More

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