# Stratalize Litigation & Enforcement Snapshot

> Stratalize Litigation & Enforcement Snapshot is a paid API for AI agents from www.stratalize.com, paid per call via x402, $3/call, status unknown (last checked 2026-09-14).

Returns a signed, independently verifiable composite snapshot of litigation risk, federal court cases, FTC enforcement history, and OCC enforcement actions for a named counterparty

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/litigation-enforcement-snapshot
- Price: $3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-litigation-enforcement-snapshot-15da07b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zjzs_MQ7YrKin85sEDfZz

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 stratalize-litigation-enforcement-snapshot-15da07b3
```

Example prompt: Pull a litigation and enforcement snapshot for Acme Financial Corp — I need to know their federal court cases, any FTC or OCC enforcement actions, and new litigation alerts from the last 60 days before we finalize this counterparty agreement.

## When to prefer this

Use this endpoint when you need a single attested, verifiable call that fans out across federal court records, FTC enforcement, and OCC actions for a named entity — especially when auditability and signed receipts matter for compliance workflows or due diligence. Prefer over raw court database queries when you need a composite risk view with independent verifiability rather than a single-source record lookup.

## Known failure modes

- source_unavailable: CourtListener or a regulatory data source is unreachable — affected sections degrade gracefully with partial data returned
- party_name missing: required parameter not provided — returns 400/validation error
- No records found: party has no litigation or enforcement history in indexed sources — returns empty result set
- Payment failure: x402 payment of $3 USDC not completed — returns 402 Payment Required

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when assessing litigation and enforcement exposure for a counterparty. Fans in litigation risk composite, new litigation alerts, federal court cases, FTC enforcement history, and OCC enforcement actions — degrading per-section (including CourtListener-dependent alerts) on source_unavailable. Input party_name (required)

## Output

A composite litigation risk score, list of federal court cases, FTC enforcement history, OCC enforcement actions, and new litigation alerts (CourtListener-sourced alerts may degrade on source unavailability). Every response includes a signed, independently verifiable attestation receipt accessible at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "court": {
   "type": "string",
   "description": "Request parameter: court"
  },
  "days_back": {
   "type": "number",
   "description": "Request parameter: days back"
  },
  "party_name": {
   "type": "string",
   "description": "Request parameter: party name"
  },
  "company_name": {
   "type": "string",
   "description": "Request parameter: company name"
  },
  "institution_name": {
   "type": "string",
   "description": "Request parameter: institution name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-litigation-enforcement-snapshot-15da07b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
