List Validators

GET /networks/:networkId/validators

Retrieves a list of Canton Validators.

Required Permissions

Name
Conditions

Networks:CantonValidators:Read

Always Required

Response

Field
Description
Type - Optional

items

List of validators.

nextPageToken

Opaque token used to retrieve the next page of items. undefined if end of the list.

String (optional)

200 Success

{
  "items": [
     {
      "id": "cv-1r64j-u475d-xxxxxxxxxxxxxxxx",
      "network": "CantonDevnet",
      "name": "Dfns Shared Validator",
      "kind": "Shared",
      "dateCreated": "2025-05-09T08:54:25.049Z",
      "partyHint": "dfnsdev1"
    }
  ]
}

Last updated