# SqueezeOS FTD ETF Basket — XRT

> SqueezeOS FTD ETF Basket — XRT is a paid API for AI agents from squeezeos-api.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the current FTD (Failure-to-Deliver) basket composition and related short squeeze intelligence data for the XRT ETF.

## Facts

- Endpoint: GET https://squeezeos-api.onrender.com/api/ftd/etf-basket/XRT
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/squeezeos-ftd-etf-basket-xrt-2384883a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YUmn8BNuefSewnS3X92V6

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-ftd-etf-basket-xrt-2384883a
```

Example prompt: Pull the current FTD basket data for the XRT ETF from SqueezeOS — I want to see which holdings have failure-to-deliver activity and whether there's short squeeze pressure building.

## When to prefer this

Choose this endpoint when you need FTD basket intelligence specifically for the XRT retail-sector ETF and want agent-native x402 micropayment access without API key management. Best suited for short squeeze research workflows, daily market monitoring, and ETF composition analysis where FTD data is the primary signal.

## Known failure modes

- Invalid or unsupported ETF symbol returns an error or empty response
- Service downtime on Render hosting may result in connection timeout
- Rate limiting or payment failure (x402) may block access
- Stale data if the underlying FTD source has not been refreshed
- No data available for the requested cycle or date window

## How this service works

SqueezeOS — Api Ftd Etf Basket Xrt

## Output

A JSON object containing the FTD basket data for the XRT ETF, including component holdings, failure-to-deliver metrics, and potentially short squeeze signal indicators relevant to the basket.

## 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": {
      "etf": {
       "type": "string",
       "description": "Supported ETF symbol 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/squeezeos-ftd-etf-basket-xrt-2384883a/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)
