Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v2/packages \ --header 'Authorization: Bearer <token>'
{ "packageIds": [ "<string>" ] }
Returns the identifiers of all supported packages.
Ledger API standard JWT token
The IDs of all Daml-LF packages supported by the server. Each element must be a valid PackageIdString (as described in value.proto).
value.proto
Required: must be non-empty