Informations
- OpenAPI version:
3.0.3
OpenAPI specification for ParaSTA user-facing features (Auth / Account / Wallet / DID / Asset / Transfer / Exchange).
Source design documents: design/system-api.md index and per-service design/system-api-{service}.md.
Operator (/admin) and platform operations (/admin/platform) APIs are out of scope for this specification.
Common patterns:
{action}/prepare (stateless) + {action} (Idempotency-Key required).202 { jobId, status }, poll GET {action}/{jobId}. Use the Retry-After response header.Idempotency-Key header ({PREFIX}_IDEMPOTENCY_KEY_REQUIRED / _CONFLICT).{ code, message, details }.Authorization: Bearer {accessToken}.
Security scheme type: http
Bearer format: JWT
Server-to-server authentication (PASS callback).
Security scheme type: apiKey
Header parameter name: X-Api-Key
Used for registration/recovery sub-step calls (regId / recoveryId paths).
Entry-point endpoints use the body passToken field instead (no security scheme).
Security scheme type: apiKey
Header parameter name: X-Pass-Token