# Crypto ETF Sentinel — Recent SEC Filings Feed

> Crypto ETF Sentinel — Recent SEC Filings Feed is a paid API for AI agents from api.cryptoetfsentinel.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns the 50 most recent SEC filings for US spot crypto ETFs, newest-first, with no data delay and no daily call cap, supporting optional filters by currency, filing type, and date.

## Facts

- Endpoint: GET https://api.cryptoetfsentinel.com/v1/agent/filings/recent
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cryptoetfsentinel-com-c4e601df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AA5BlLj_MKsboZ3aa6qnT

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-c4e601df
```

Example prompt: Pull the latest SEC filings for US spot Bitcoin ETFs from Crypto ETF Sentinel — no delay, give me the 50 most recent ones filed after January 1, 2025, filtered to POS AM filing type.

## When to prefer this

Use this endpoint when you need real-time, undelayed SEC filing data for US spot crypto ETFs, especially for trading signals, compliance surveillance, or continuous polling workflows. It is preferable to the free /v1/filings route whenever freshness is critical, since the free route has a 24-hour data delay. Choose this when you need to filter by currency, filing type, or date range and require predictable per-call pricing.

## Known failure modes

- Invalid currency filter returns empty result set or 400 error
- Invalid filing_type value returns 400 or empty dataset
- date_after format mismatch causes 400 bad request
- Payment not received causes 402 Payment Required response
- Server error returns 500 with error field populated
- No filings matching filters returns empty data array with total: 0

## How this service works

Crypto ETF Sentinel — SEC filing tracker for US spot crypto ETFs across Bitcoin, Ethereum, Solana, XRP and 30+ assets: freshest filings within ~10 minutes of detection, newest first (50 by default, max 100). Covers S-1, 424B, 8-A12B, CERT, EFFECT. Use when polling for new crypto ETF filings. Optional currency, filing_type, date_after, limit, order_by.

## Output

A JSON payload containing up to 50 of the most recent SEC filings for US spot crypto ETFs, ordered newest-first, with no 24-hour delay. Each record includes filing metadata such as issuer, filing type, date, and related regulatory identifiers. The response also includes pagination metadata (total, limit, offset) and an error field.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "cik": "0002090011",
    "title": "21Shares Hyperliquid ETF certified for exchange listing",
    "source": "SEC",
    "company": "21Shares Hyperliquid ETF",
    "currency": "hyperliquid",
    "accession": "0001193125-26-145203",
    "published": "2026-05-11T00:00:00+00:00",
    "filing_type": "CERT"
   }
  ],
  "meta": {
   "page": 1,
   "limit": 50,
   "total": 3058,
   "offset": 0
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cryptoetfsentinel-com-c4e601df/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)
