v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBCreate an Asset
Use this endpoint to create the Asset that will be used with the transactions. You can create multiple Assets. However, the Assets must be created one at a time, with each Asset requiring specific decimal place settings and other individual parameters to be defined during the creation process.
Asset code: must consist of uppercase letters only (A-Z). This applies to all asset types, not just currencies; codes containing digits or symbols are rejected.
Side effect: creating an Asset automatically provisions a dedicated external account (alias @external/<CODE>, type external) together with its default balance. These system-managed resources back external (off-ledger) movements for the asset.
Path parameters
The unique identifier of the Organization associated with the Ledger.
The unique identifier of the associated Ledger.
Headers
The type of media of the resource. Recommended value is application/json.
A unique identifier used to trace and track each request.
Bearer JWT token for authentication. Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments). Optional in default OSS single-tenant mode. Format: Bearer <token>
Request body
Response
Indicates that the request was successful and the response contains the expected data.