Assetera Docs
API reference

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

SurfacePurposeStatus
AuthenticationStandards-based OIDC / OAuth 2.0. Present a short-lived bearer token; APIs validate it locally against JWKS.Done
Marketplace / Trading APIREST/JSON: list tokens, read a listing, fetch chart candles.Early slice; OpenAPI planned
Compliance APIRead 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

On this page