# SignalPulse Futures Market Scan (Analysis Tier)

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

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

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/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-3fd822d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IN-GB9dimj7wWusbFPHtW

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-3fd822d9
```

Example prompt: Run me a full SignalPulse futures scan right now — I want to see which contract has the strongest institutional signal across equity index, rates, energy, metals, and grains, with the COT positioning, seasonality, term structure, and macro regime breakdown, plus the directional bias and confidence score.

## When to prefer this

Choose this endpoint when you need a broad, institutionally-framed scan across the entire futures complex rather than a single-contract deep dive. It is best suited for agents assisting traders or portfolio managers who want a ranked, multi-factor signal (COT + seasonality + term structure + macro regime) to identify the highest-conviction directional opportunity before drilling further. Prefer it over generic financial data APIs when the user explicitly wants disaggregated COT analysis, macro regime context, and cross-sector futures comparison in a single call.

## Known failure modes

- Payment not received or insufficient USDC — HTTP 402 returned
- Rate limit exceeded — HTTP 429
- Futures data feed temporarily unavailable — HTTP 503
- Invalid or missing API parameters — HTTP 400
- Authentication or payment verification failure — HTTP 401

## 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-ranked futures contract across the scanned complex along with directional bias (long/short/neutral), a confidence score, COT disaggregated and financial positioning summary, seasonality read, term structure analysis, macro regime classification, and a narrative reasoning explanation. 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": "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-3fd822d9/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)
