Asset Issuance — API

Representative API operations
View as Markdown

Asset Issuance exposes a REST API — POST → 202 for commands (processed asynchronously) and GET → 200 for reads. These deep-link into the generated API Reference.

Operations

Operation familyVerbPurpose
/assetsPOST → 202Deploy a token
/assets/{id}GET → 200Read asset state
/navPOST → 202Submit a NAV update
/assets/{id}/distributionsPOST → 202Trigger a distribution
Representative operations are shown here; live operation and parameter detail render from the OpenAPI specification once it’s wired.