# Crypto ETF Sentinel – Stalled Under-Review Issuers

> Crypto ETF Sentinel – Stalled Under-Review Issuers is a paid API for AI agents from api.cryptoetfsentinel.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns US spot crypto ETF issuers under SEC review that have been stalled 148+ days without comment-letter activity, sorted by days-since-last-activity descending

## Facts

- Endpoint: GET https://api.cryptoetfsentinel.com/v1/pipeline/stalled
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cryptoetfsentinel-com-206cdd59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LAf2QRv0BuggpSBIJSt64

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 api-cryptoetfsentinel-com-206cdd59
```

Example prompt: Which US spot crypto ETF applications are currently stalled at the SEC with no comment-letter activity, and which ones are most at risk of being withdrawn?

## When to prefer this

Use this endpoint when you need a pre-filtered, ranked watchlist of at-risk crypto ETF applications — specifically those under SEC review with prolonged inactivity (148+ days) that historically correlates with withdrawal. Prefer this over generic SEC filing feeds when you want regulatory risk signals without building your own stall-detection logic.

## Known failure modes

- No stalled issuers found if all under-review issuers have recent activity (empty list response)
- 402 Payment Required if the x402 payment of 0.1 USDC is not provided
- Service unavailable if SEC data pipeline is delayed or down
- Stale data if SEC EDGAR scraping has not refreshed recently

## How this service works

Crypto ETF Sentinel — Under-review US spot crypto ETF issuers stalled 148+ days without comment-letter activity (a proxy for SEC inactivity), sorted by days since last activity. Long stalls historically correlate with withdrawal risk. Use when screening pending crypto ETF filings for abandonment or withdrawal risk.

## Output

A ranked list of under-review US spot crypto ETF issuers that have been inactive (no SEC comment-letter exchange) for 148 or more days, sorted by days-since-last-activity in descending order. Each entry likely includes issuer name, SEC CIK, number of stall days, and regulatory stage context indicating withdrawal risk.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cryptoetfsentinel-com-206cdd59/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.cryptoetfsentinel.com](https://www.zero.xyz/host/api.cryptoetfsentinel.com/llms.txt)
