Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

This section was copied from existing reviewed documentation. Source: docs/src/app_dev/scan_api/scan_cc_reference_data_api.rst Reviewers: Skip this section. Remove markers after final approval.
Alongside ephemeral status such as open rounds in the scan_current_state_api, there are more fixed data records for aspects of a Splice network.

DSO party ID

The DSO party ID is unique to every Splice network, and is a signatory or observer of most core Splice Daml templates. Therefore, you need to know it to correlate a Daml contract with a particular Splice network, or to construct a contract payload from scratch. There’s a simple way to retrieve the DSO party ID from Scan, with the /v0/dso-party-id endpoint. Here’s an example response:
{
  "dso_party_id": "DSO::122084177677350389dd0710d6516f700a33fe3488c5f2702dffef6d36e1dedcbfc17"
}
If you need the DSO party ID for an application, copy-pasting the above example will not work. The above has been deliberately altered into an invalid party ID.