Developer Platform

Choose your protocol.

Two integration paths. Enterprise mTLS for institutions processing millions. Standard API for teams scaling compliance.

Integration

Two protocols. Same resolution engine.

Tier 1 and 2
Enterprise Protocol
For exchanges, banks, and issuers
  • mTLS + IP whitelisting
    Mutual TLS authentication with static IP allowlisting.
  • Dedicated agent instances
    Agents run exclusively for your organization. No shared compute.
  • Batch processing
    Analyze 5,000+ transactions per second.
  • Advanced webhooks
    policy.impact_analysis delivers retroactive risk assessment when regulations change.
Request enterprise access
Tier 3
Standard Protocol
For startups and growing teams
  • API Key + JWT
    Fast onboarding. Production-ready in hours.
  • Shared agent swarm
    High-efficiency shared agent pool. Same resolution quality.
  • On-demand resolution
    Trigger per-transaction. Pay per resolution.
  • Standard webhooks
    alert.resolved and sar.ready events.
Get API key
API

One endpoint. Complete resolution.

POST /v1/resolve
Content-Type: application/json

{
  "tx_hash": "0x8a3f...2c9d",
  "callback_url": "https://your-system.com/webhook"
}

Response:
{
  "resolution_id": "res_7f3b2c9d",
  "disposition": "sar_required",
  "resolution_time_ms": 32400,
  "evidence_url": "https://api.useveris.finance/v1/evidence/res_7f3b2c9d",
  "sar_xml_url": "https://api.useveris.finance/v1/sar/res_7f3b2c9d.xml"
}
Quick Start

Three steps. Production-ready.

01
Authenticate

Register and receive your API credentials. Enterprise: mTLS certificate exchange. Standard: API key generation.

02
Send your first alert

POST a transaction hash to /v1/resolve. The pipeline runs Triage, Investigation, and SAR Generation.

03
Receive the resolution

Webhook delivers the disposition, evidence package, and SAR filing to your callback URL.

Start integrating today.

Request a demo