- Overview
- Setup
- Tutorials
- How Tos
- Reference
- DAR Versions
- API Reference
- Commercials API
- Credential API
- Registry API
- Utility.Registry
- Utility.Registry.V0.Configuration.AppReward
- Utility.Registry.V0.Configuration.Instrument
- Utility.Registry.V0.Holding.Allocation
- Utility.Registry.V0.Holding.Burn
- Utility.Registry.V0.Holding.Lock
- Utility.Registry.V0.Holding.Mint
- Utility.Registry.V0.Holding.Transfer
- Utility.Registry.V0.Holding.Unlock
- Utility.Registry.V0.Rule.Transfer
- Utility.Registry.V0.Types
- Utility.Registry.V0.Util
- Utility.Registry.App
- Utility.Registry.App.V0.Configuration.Operator
- Utility.Registry.App.V0.Configuration.Provider
- Utility.Registry.App.V0.Model.Burn
- Utility.Registry.App.V0.Model.Mint
- Utility.Registry.App.V0.Model.Transfer
- Utility.Registry.App.V0.Service.AllocationFactory
- Utility.Registry.App.V0.Service.Holder
- Utility.Registry.App.V0.Service.Provider
- Utility.Registry.App.V0.Service.Registrar
- Utility.Holding
- Utility.Registry
- Settlement Utility API
- Collateral Utility API
- Operator Backend API
Utility Operator Backend API¶
The Utility Operator backend exposes a set of publicly accessible endpoints serving information essential to the fulfillment of the Utility Daml workflows.
It is used by the Utility UI to source reference information, such as the operator’s party identifier of the operator, as well as the set of available instruments.
It is used by wallets and third-party apps to source off-ledger information to advance token standard workflows (through the use of explicit contract disclosure).
Base URLs¶
Environment |
Base URL |
|---|---|
Devnet |
|
Testnet |
|
Mainnet |
Token Standard endpoints¶
The API specifications and base URLs for the Token Standard endpoints are documented here.
Other API specifications¶
The OpenAPI specification for the Utility-specific operator backend is available at the following links:
Environment |
OpenAPI spec URL |
|---|---|
Devnet |
https://api.utilities.digitalasset-dev.com/api/utilities/v0/openapi |
Testnet |
https://api.utilities.digitalasset-staging.com/api/utilities/v0/openapi |
Mainnet |
https://api.utilities.digitalasset.com/api/utilities/v0/openapi |