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-rewards
Try it
/v0/top-validators-by-validator-rewards

cURL

curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/top-validators-by-validator-rewards
200
400
404
{
  "validatorsAndRewards": [
    {
      "provider": "<string>",
      "rewards": "<string>"
    }
  ]
}

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

round
integer<int64>
required
limit
integer<int32>
required

Response

200
application/json

ok

validatorsAndRewards
object[]
required

Show child attributes