# SML Sovereign Signal 741 — Structural Alignment for Stock Tickers

> SML Sovereign Signal 741 — Structural Alignment for Stock Tickers is a paid API for AI agents from squeezeos-api.onrender.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the SML '741 structural alignment' signal for a given stock ticker, providing a market intelligence indicator based on squeeze or structural analysis.

## Facts

- Endpoint: GET https://squeezeos-api.onrender.com/api/signals/741/AAPL
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sml-sovereign-signal-741-structural-alignment-for-stock-tickers-7594b3ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_edHLbyCxPcIXSBPftVJ0e

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 sml-sovereign-signal-741-structural-alignment-for-stock-tickers-7594b3ec
```

Example prompt: What's the SqueezeOS 741 structural alignment signal for AAPL right now?

## When to prefer this

Use this endpoint when you need SqueezeOS's specific '741 structural alignment' signal — a proprietary squeeze/structural market indicator — for a single ticker. Prefer this over the combined verdict or triple-lock endpoints when you want only the 741 alignment layer in isolation, for example to build a modular signal pipeline or verify just this one structural dimension.

## Known failure modes

- Invalid or unsupported ticker symbol returns an error or empty result
- Payment not fulfilled (x402) results in a 402 Payment Required response
- Service unavailable on Render cold start causes timeout or 503
- Unknown ticker not in the supported universe returns null or error signal

## How this service works

SML Sovereign Signal — 741 structural alignment

## Output

A JSON object containing the 741 structural alignment signal verdict for the requested ticker, likely including a signal value, alignment status, and possibly a directional or confidence indicator derived from SqueezeOS's proprietary structural analysis model.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "queryParams"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "const": "GET"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "symbol": {
       "type": "string",
       "description": "Ticker mirrored from URL path"
      }
     },
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type",
    "example"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "json"
    },
    "example": {
     "type": "object"
    }
   },
   "additionalProperties": false
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sml-sovereign-signal-741-structural-alignment-for-stock-tickers-7594b3ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from squeezeos-api.onrender.com](https://www.zero.xyz/host/squeezeos-api.onrender.com/llms.txt)
