# OCC Enforcement Action History by Institution

> OCC Enforcement Action History by Institution is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns OCC enforcement action history for a named financial institution, including action types, effective dates, and supervisory themes from public orders.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/occ-enforcement-actions
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/occ-enforcement-action-history-by-institution-8bc65b3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sKxu21yru3qh8rYgxMmbb

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 occ-enforcement-action-history-by-institution-8bc65b3f
```

Example prompt: Pull up the OCC enforcement action history for First National Bank of Texas — I need to see any regulatory orders, the types of actions taken, and what supervisory themes were flagged, so I can assess their regulatory posture before we move forward with an acquisition.

## When to prefer this

Use this endpoint when conducting regulatory due diligence on a bank or financial institution before underwriting, partnership, or acquisition decisions. Prefer this over general web search when you need structured, sourced enforcement data directly from OCC public releases with cryptographic integrity guarantees.

## Known failure modes

- Institution name not found or not regulated by OCC — returns empty results or 404
- Ambiguous institution name matches multiple entities — may return partial or incorrect records
- OCC source data not yet updated for very recent enforcement actions — data may lag publication
- Payment failure or invalid USDC — 402 response blocking access
- Institution name misspelled or uses unofficial trade name — returns no results

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). OCC enforcement action history for a named institution, including action type, effective date, and supervisory themes flagged in public orders. Source: Office of the Comptroller of the Currency public enforcement releases. Use when evaluating regulatory posture before underwriting, partnership, or acquisition decisions

## Output

A structured list of OCC enforcement actions against the named institution, including action type (e.g. cease and desist, civil money penalty, formal agreement), effective date, and supervisory themes flagged in public orders. Each response is ML-DSA-65 signed and includes a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "institution_name": {
   "type": "string",
   "description": "Request parameter: institution name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/occ-enforcement-action-history-by-institution-8bc65b3f/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)
