# Crypto ETF Sentinel Bulk Profiles

> Crypto ETF Sentinel Bulk Profiles is a paid API for AI agents from api.cryptoetfsentinel.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns POS AM-extracted profiles for every currently trading US spot crypto ETF, including custodian, sponsor fee, authorized participants, basket size, and in-kind eligibility.

## Facts

- Endpoint: GET https://api.cryptoetfsentinel.com/v1/profiles/latest
- Price: $0.5/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-7dcbf31f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Olgn0WdzQx9DglYsx-DXE

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

Example prompt: Pull the latest profiles for every trading US spot crypto ETF — I need custodian, sponsor fee, authorized participants, basket size, and in-kind eligibility for all of them at once.

## When to prefer this

Use this endpoint when you need a complete, up-to-date snapshot of all trading US spot crypto ETFs in a single call rather than querying issuers one by one. Ideal for bulk analysis, comparison tables, or building a comprehensive dataset of ETF structures. Prefer this over single-issuer endpoints when you don't know which CIKs to query or need the full market view at once.

## Known failure modes

- Payment required (402) if x402 USDC payment of $0.50 is not included
- Partial or missing field data where POS AM extraction confidence is low (especially in-kind eligibility ~32% TP)
- Stale profiles if POS AM filings have not been re-processed recently
- Empty or reduced result set if no ETFs are currently in trading status

## How this service works

Crypto ETF Sentinel — Bulk POS AM-extracted operational profiles for every trading US spot crypto ETF: custodian, sponsor fee, authorized-participant counts, basket size, in-kind eligibility. Use when comparing fund plumbing across the whole trading universe in one call. Extraction quality varies by field (in-kind ~32% TP, AP roster ~70% TP).

## Output

A bulk list of POS AM-extracted profiles for all currently trading US spot crypto ETFs. Each record includes custodian, sponsor fee, authorized participant roster (~70% true-positive accuracy), basket size, and in-kind eligibility (~32% true-positive accuracy). Field extraction quality varies — see API docs for per-field confidence notes.

## 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-7dcbf31f/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)
