Scan Canton Coin Reference Data API
Alongside ephemeral status such as open rounds in the Scan API for Current state of CC and Synchronizer Traffic, 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"
}
Note
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.