Skip to content
Documentation/canton-network-docs/Splice APIsScan APIsScan APIView on canton-network-docs
canton-network-docs/Splice APIsScan APIsScan API

/v0/top

GET
/
v0
/
top-validators-by-validator-faucets
Try it
/v0/top-validators-by-validator-faucets

cURL

curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/top-validators-by-validator-faucets
200
400
404
{
  "validatorsByReceivedFaucets": [
    {
      "validator": "<string>",
      "numRoundsCollected": 123,
      "numRoundsMissed": 123,
      "firstCollectedInRound": 123,
      "lastCollectedInRound": 123
    }
  ]
}

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.

Query Parameters

limit
integer<int32>
required

Maximum number of validator records that may be returned in the response

Response

200
application/json

ok

validatorsByReceivedFaucets
object[]
required

Up to limit validators, sorted greatest number of rounds collected first

Show child attributes