# SqueezeOS Squeeze Telemetry — AI Market Intelligence Signal

> SqueezeOS Squeeze Telemetry — AI Market Intelligence Signal 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).

Analyzes OHLCV bar data for a trading symbol and returns squeeze/momentum telemetry signals using SqueezeOS AI market intelligence

## Facts

- Endpoint: POST https://squeezeos-api.onrender.com/v1/market/squeeze-telemetry
- 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/squeezeos-squeeze-telemetry-ai-market-intelligence-signal-d5f677c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZwK2kjnphSEJh49niGIJd

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 squeezeos-squeeze-telemetry-ai-market-intelligence-signal-d5f677c1 -d '<json body>'
```

Example prompt: Run SqueezeOS squeeze telemetry on XRP using these last 50 OHLCV bars from Binance — I want to know if we're in a squeeze compression or release right now.

## When to prefer this

Choose this endpoint when you need AI-computed squeeze momentum telemetry on raw OHLCV bar data for crypto assets — especially XRP, RLUSD, USDC, or XAH pairs. It is purpose-built for squeeze detection rather than generic technical indicators, and supports micro-payment per signal via USDC/RLUSD on XRPL, Base, or Xahau. Prefer it over general charting APIs when you need actionable squeeze/momentum state as a structured signal for automated agents.

## Known failure modes

- Missing required fields (symbol or bars) returns a 400 or validation error
- Empty or malformed bars array causes computation failure
- Payment not fulfilled via x402 protocol returns HTTP 402
- Symbol not recognized by the system returns an error or null signal
- Temporary service unavailability on Render.com free-tier hosting may cause timeouts

## How this service works

SCRIPTMASTERLABS SqueezeOS: agent-native APIs, MCP discovery, verifiable x402 payments, market intelligence, and machine-commerce infrastructure. Truth First. Proof Always. Pay Only for Accepted Delivery.

## Output

Returns a JSON object containing squeeze telemetry signals, momentum state indicators, and AI-derived market intelligence metrics for the submitted symbol and bar data. The exact fields are dynamic (additionalProperties: true) but typically include squeeze state, momentum direction, and signal confidence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "bars": {
   "type": "array"
  },
  "source": {
   "type": "string"
  },
  "symbol": {
   "type": "string"
  },
  "observed_at": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": {
   "symbol": "TEST"
  },
  "status": "accepted_delivery"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/squeezeos-squeeze-telemetry-ai-market-intelligence-signal-d5f677c1/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)
