# SqueezeOS FTD Cycle Data for GME

> SqueezeOS FTD Cycle Data for GME 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 Fails-to-Deliver (FTD) cycle data for GME (GameStop), including settlement cycle timing and related market intelligence

## Facts

- Endpoint: GET https://squeezeos-api.onrender.com/api/ftd/cycle/GME
- 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-cycle-data-for-gme-6f0fd0f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QPGIKVhXMnCqXHF-eL8OU

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-cycle-data-for-gme-6f0fd0f4
```

Example prompt: Pull the current FTD cycle data for GME from SqueezeOS — I want to see the latest fails-to-deliver settlement cycle metrics for GameStop.

## When to prefer this

Use this endpoint when you specifically need FTD (Fails-to-Deliver) cycle data for GME (GameStop) and want a paid, agent-native API with x402 micropayment support. Prefer this over general market data APIs when your use case centers on settlement failures and squeeze cycle analysis for meme stocks, particularly GME.

## Known failure modes

- Payment required (402) if x402 payment header is missing or insufficient
- Invalid or unrecognized symbol parameter returns error
- Service unavailable if the render.com instance is cold-starting (potential latency spike)
- Empty or stale data if upstream FTD data source is delayed

## How this service works

SqueezeOS — Api Ftd Cycle Gme

## Output

A JSON object containing Fails-to-Deliver cycle data for GME (GameStop), including settlement cycle timing, FTD counts or rates, and related market intelligence metrics specific to this ticker.

## 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/squeezeos-ftd-cycle-data-for-gme-6f0fd0f4/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)
