Getting Started

Everything you need to integrate Clossir into your platform
View as Markdown

Clossir is omni-chain infrastructure for issuing and administering tokenized real-world assets. This section gets you from zero to your first API call in under five minutes, then builds the mental model you need to go deeper.

Where to start

How the API works

Every Clossir API call follows two patterns:

  • Commands (POST → 202 Accepted) — accepted and processed asynchronously. Poll the corresponding GET endpoint for the resulting state.
  • Reads (GET → 200 OK) — synchronous queries against the current state.

All requests authenticate with an org-scoped API key passed in the Authorization header. Each key carries a set of permission scopes that limit what it can access.

Next steps

Once you’ve completed the quickstart, explore the Products to understand Identity, Compliance, Asset Issuance, and Lending — or jump to the API Reference for the full operation catalog.