# Crypto ETF Sentinel – US Spot Crypto ETF Issuer Directory

> Crypto ETF Sentinel – US Spot Crypto ETF Issuer Directory is a paid API for AI agents from api.cryptoetfsentinel.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns a curated directory of all active US spot crypto ETF issuers with regulatory stage, ticker, exchange, owner, and SEC CIK

## Facts

- Endpoint: GET https://api.cryptoetfsentinel.com/v1/agent/issuers
- Price: $1/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-a3ec37f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mgR63FftG89VthromOt0W

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

Example prompt: Can you pull up the full directory of active US spot crypto ETF issuers from Crypto ETF Sentinel — I want to see each issuer's ticker, exchange, owner, SEC CIK, and where they are in the regulatory process (like trading, under review, or withdrawn)?

## When to prefer this

Use this endpoint when you need a comprehensive, up-to-date registry of all US spot crypto ETF issuers across all regulatory stages and cryptocurrencies. It is the ideal starting point for any workflow that later drills into per-issuer SEC filings, XBRL financials, comment letters, or POS AM profiles using CIK values returned here. Prefer this over scraping SEC EDGAR directly when you need pre-classified, curated data across 34 cryptocurrencies in a single call.

## Known failure modes

- Payment not included or invalid — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Service unavailable — returns 503 if upstream SEC data refresh is in progress
- Empty result set if filters applied via query params yield no matches

## How this service works

Crypto ETF Sentinel — Curated directory of every active US spot crypto ETF issuer, including staking ETFs (100+ entries, 30+ cryptocurrencies), each with regulatory stage (registration_filed / under_review / launch_imminent / trading / approved / withdrawn), ticker, exchange, owner organisation and SEC CIK. Use first, to discover CIKs, then drill into the paid cik routes for letters, XBRL and profiles.

## Output

A paginated list of 105+ US spot crypto ETF issuer entries, each containing: issuer name, ticker symbol, listing exchange, owner organisation, SEC CIK number, regulatory stage (registration_filed / under_review / launch_imminent / trading / approved / withdrawn), and the underlying cryptocurrency. Includes meta fields for total count, limit, and offset.

## Example request

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

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "cik": "0001980994",
    "name": "iShares Bitcoin Trust",
    "stage": "trading",
    "crypto": "bitcoin",
    "ticker": "IBIT",
    "exchange": "NASDAQ",
    "owner_org": "BlackRock",
    "first_registration_date": "2023-06-15"
   }
  ],
  "meta": {
   "total": 105
  }
 }
}
```

## More

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