# DeltaSignal SPECTRA Field Map

> DeltaSignal SPECTRA Field Map is a paid API for AI agents from api.aitrailblazer.net, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-09).

Returns a historical SPECTRA field map for a given stock ticker, including release, price echo, compression, stored energy, field pressure, and regime read signals.

## Facts

- Endpoint: GET https://api.aitrailblazer.net/v1/spectra-field-map/%7Bticker%7D
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deltasignal-spectra-field-map-12f79501
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wE-5ObL5Nc-vej02Vv13o

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 deltasignal-spectra-field-map-12f79501
```

Example prompt: Pull the DeltaSignal SPECTRA field map for RIOT — I want to see the current read, field pressure, stored energy, and compression score.

## When to prefer this

Use this endpoint when you need DeltaSignal's proprietary SPECTRA field map signals — including stored energy, field pressure, compression, and price echo — for a specific stock ticker, particularly for quantitative or agentic financial analysis workflows that consume structured regime signals rather than raw price data.

## Known failure modes

- Invalid or unsupported ticker symbol returns an error or empty result
- Missing ticker path parameter causes a 400/404 response
- Payment failure via x402 protocol blocks the request
- Ticker with no historical SPECTRA data returns empty points array
- Service unavailability on Azure backend returns 5xx error

## How this service works

DeltaSignal Azure Marketplace and x402 agentic market frontend.

## Output

Returns a JSON object containing a SPECTRA-FIELD-MAP versioned payload for the requested ticker, including an array of dated data points with release, price_echo, compression, current_read, filing_choreo, stored_energy, field_pressure, and source_contract fields, plus a top-level confidence rating and current regime read (e.g. 'Monitor').

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mode": "atlas7_historical_spectra",
  "points": [
   {
    "date": "2025-11-23",
    "release": 0.08,
    "price_echo": 0.42,
    "compression": 0.72,
    "current_read": "Monitor",
    "filing_choreo": "periodic update",
    "stored_energy": 0.54,
    "field_pressure": 0.61,
    "source_contract": "DeltaSignal SPECTRA support contract"
   }
  ],
  "ticker": "RIOT",
  "version": "SPECTRA-FIELD-MAP-v1",
  "confidence": "Medium",
  "current_read": "Monitor"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deltasignal-spectra-field-map-12f79501/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aitrailblazer.net](https://www.zero.xyz/host/api.aitrailblazer.net/llms.txt)
