# Stratalize AML Regulatory Benchmark

> Stratalize AML Regulatory Benchmark 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 AML enforcement benchmarks including FinCEN SAR filing rates, OFAC SDN counts, BSA enforcement fine history, travel rule thresholds, and compliance staffing benchmarks for banks, crypto exchanges, and money services businesses.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/aml-regulatory-benchmark
- 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/stratalize-aml-regulatory-benchmark-14f8fdcd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AsOLce3zDzumoFD9kGFtx

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-aml-regulatory-benchmark-14f8fdcd
```

Example prompt: Pull me the full AML regulatory benchmark for crypto exchanges — I need SAR filing rates, OFAC SDN counts, and BSA enforcement history all in one shot.

## When to prefer this

Use this endpoint when a compliance agent, bank risk officer, or vendor diligence workflow needs authoritative, cryptographically verifiable AML benchmarks (SAR rates, OFAC SDN counts, BSA fines, travel rule thresholds) sourced directly from FinCEN and OFAC public data. Prefer this over generic financial data APIs when you need institution-type-specific AML compliance benchmarks with audit-grade provenance via ML-DSA-65 signatures.

## Known failure modes

- Invalid focus enum value returns 400 with parameter error
- Invalid institution_type enum value returns 400 with parameter error
- Payment failure (insufficient USDC) returns 402 Payment Required
- Upstream FinCEN/OFAC data unavailable returns 503 Service Unavailable
- Cryptographic signing service unreachable may delay or fail response

## 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 a compliance agent or bank risk officer needs AML enforcement benchmarks. Returns FinCEN SAR filing rates, OFAC SDN counts, BSA enforcement fine history, travel rule thresholds, and compliance staffing benchmarks. Source: FinCEN + OFAC public data

## Output

A signed JSON response containing AML enforcement benchmarks filtered by focus area and institution type, including FinCEN SAR filing rates, OFAC SDN counts, BSA enforcement fine history, travel rule thresholds, compliance staffing benchmarks, an ML-DSA-65 cryptographic signature, and a verifiable receipt link at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "focus": {
   "enum": [
    "enforcement",
    "sar_filing",
    "ofac",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: focus"
  },
  "institution_type": {
   "enum": [
    "bank",
    "crypto_exchange",
    "money_services",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: institution type"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-aml-regulatory-benchmark-14f8fdcd/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)
