Skip to main content
GET
/
v0
/
dso-sequencers
/v0/dso-sequencers
curl --request GET \
  --url https://example.com/api/scan/v0/dso-sequencers
{
  "domainSequencers": [
    {
      "domainId": "<string>",
      "sequencers": [
        {
          "migrationId": 123,
          "id": "<string>",
          "url": "<string>",
          "svName": "<string>",
          "availableAfter": "2023-11-07T05:31:56Z"
        }
      ]
    }
  ]
}

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.

Response

200 - application/json

ok

domainSequencers
object[]
required