API reference
The integrator-facing APIs on Assetera: authentication, the Marketplace REST API, the Compliance API, and the planned real-time (SSE) service.
Assetera exposes a small, focused set of interfaces for integrators. One shared authentication model, one Marketplace / Trading REST API you call today, plus a Compliance API and a real-time (SSE) service that are largely planned. Everything is standards-based OIDC and bearer JWT.
The surface at a glance
| Surface | Purpose | Status |
|---|---|---|
| Authentication | Standards-based OIDC / OAuth 2.0. Present a short-lived bearer token; APIs validate it locally against JWKS. | Done |
| Marketplace / Trading API | REST/JSON: list tokens, read a listing, fetch chart candles. | Early slice; OpenAPI planned |
| Compliance API | Read a user's KYC / compliance status server-side (Assetera owns KYC/AML). | Mostly planned |
| Real-time (SSE) | Subscribe over Server-Sent Events to live updates (orders, trades, notifications). | Planned |
Where to go next
Authentication
OIDC, bearer tokens, JWKS validation, the tenant claim, and the two integration modes.
Marketplace API
The REST API: tokens, token detail, and candles. Evolving; OpenAPI forthcoming.
Compliance API
Read a user's KYC / compliance status server-side. Mostly planned.
Real-time (SSE)
Planned Server-Sent Events stream for live order, trade, and notification updates.
DSP integration
How a distribution service provider integrates once to distribute many issuers' tokenized assets across chains through Assetera's APIs.
Authentication (Keycloak)
What credentials a tenant receives, how to use them, and what they represent. Assetera Identity is a Keycloak realm speaking standard OIDC / OAuth 2.0.