# SEC Crypto Filing Radar Snapshot CSV

> SEC Crypto Filing Radar Snapshot CSV is a paid API for AI agents from pay.sivut.co, paid per call via x402, $1/call, status down (last checked 2026-09-15).

Returns a CSV snapshot of recent SEC filings with crypto-related signals, including company, ticker, form type, filing date, and source hash.

## Facts

- Endpoint: GET https://pay.sivut.co/api/public-data/sec-crypto-filings/snapshot.csv
- Price: $1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-crypto-filing-radar-snapshot-csv-b0616e89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_83QbrdUqKc9kftzxPL5YM

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 sec-crypto-filing-radar-snapshot-csv-b0616e89
```

Example prompt: Pull the latest SEC crypto filing radar snapshot — give me up to 25 recent filings — so I can see which public companies have been disclosing crypto activity to the SEC.

## When to prefer this

Use this endpoint when you need a bulk, structured CSV snapshot of SEC filings with crypto signals rather than querying individual filings. Ideal for agents doing batch analysis, trend monitoring, or building dashboards on public company crypto disclosures. Prefer over manual SEC EDGAR searches when you need machine-readable, pre-filtered crypto signals.

## Known failure modes

- Payment not received or invalid USDC transaction → 402 Payment Required
- limit parameter out of range (must be 1–50) → 400 Bad Request
- Snapshot temporarily unavailable → 503 Service Unavailable
- Stale data if snapshot not recently refreshed → returns outdated rows without error

## How this service works

Machine-payable x402 endpoints for public SEC crypto filing radar data, page markdown, and public x402 seller intelligence paid in USDC on Base or Solana.

## Output

A CSV with columns: observed_at, company, ticker, cik, form, filing_date, accession, signals, primary_doc_url, source_hash — each row representing one SEC filing flagged for crypto-related content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "integer",
       "default": 10,
       "maximum": 50,
       "minimum": 1
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "string",
     "contentMediaType": "text/csv"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": "observed_at,company,ticker,cik,form,filing_date,accession,signals,primary_doc_url,source_hash"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-crypto-filing-radar-snapshot-csv-b0616e89/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.sivut.co](https://www.zero.xyz/host/pay.sivut.co/llms.txt)
