Skip to main content
GET

Scan API

List all validators currently approved by members of the DSO, paginated, sorted newest-first

OpenAPISince 0.5.10
List all validators currently approved by members of the DSO, paginated, sorted newest-first.

Protocol Details

Operation IDlistValidatorLicenses
Published0.7.4
SpecificationDownload OpenAPI

Inputs

Query parameters

number
OpenAPI type: integer (int64).A next_page_token from a prior response; if absent, return the first page.
number
OpenAPI type: integer (int32).Maximum number of elements to return, 1000 by default.

Outputs

200

application/json
Contract[]
required
Contracts of Daml template Splice.ValidatorLicense:ValidatorLicense.
integer (int64)
When requesting the next page of results, pass this as URL query parameter after. If absent or null, there are no more pages.

History

Introduced0.5.10