# Supership Financial Data & SEC Filing Procurement

> Supership Financial Data & SEC Filing Procurement is a paid API for AI agents from supership.crestsystems.ai, paid per call via x402, $0.05/call, status down (last checked 2026-09-15).

Procures SEC EDGAR filings and live US equity market data for any US public company ticker via a pay-per-call x402 micropayment, returning data with a signed Ed25519 receipt

## Facts

- Endpoint: GET https://supership.crestsystems.ai/procure
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/supership-financial-data-sec-filing-procurement-aebc0b82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cWDXYwXUu76jbzytPXYnT

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 supership-financial-data-sec-filing-procurement-aebc0b82
```

Example prompt: Pull the most recent 10-K annual filing and the current live stock price for NVDA — I need the actual filing content and today's equity price, all in one shot.

## When to prefer this

Choose this endpoint when an AI agent needs fresh SEC regulatory filings (10-K, 10-Q, 8-K, Form 4) or live US equity prices for any public company ticker, especially within an x402 micropayment workflow where the agent has no direct wallet on the seller's chain. It is ideal for financial research agents that need pay-per-query access to authoritative financial data with cryptographic proof of delivery, without committing to a subscription.

## Known failure modes

- Ticker not found or not a US-listed public company — null goods payload
- Filing type not available or not yet indexed on EDGAR — empty or null goods
- Insufficient USDC payment / x402 payment failure — 402 response, no data delivered
- Rate limiting or service unavailability — non-200 response
- Malformed request parameters — error status in response

## How this service works

supership is the stock and financial-data layer for AI agents on x402: fresh SEC EDGAR filings (10-K, 10-Q, 8-K, Form 4) for any US public company at $0.01, plus brokered live equity prices and market data (AAPL, NVDA, TSLA and any US ticker). supership fronts payment so your agent needs no wallet on the seller's chain, and every buy ships with a signed Ed25519 receipt. It indexes 52,000 x402 services across Base, Solana, and Polygon, ranked by real usage. supership brokers and witnesses market data; it is not a price oracle.

## Output

Returns a JSON payload containing the requested goods (SEC filing content or live equity price data), a status field, and a settlement_tx referencing the on-chain payment transaction; every successful response includes a signed Ed25519 receipt confirming data delivery.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "goods": null,
  "status": null,
  "settlement_tx": null
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/supership-financial-data-sec-filing-procurement-aebc0b82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from supership.crestsystems.ai](https://www.zero.xyz/host/supership.crestsystems.ai/llms.txt)
