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-purchased-traffic
Try it
/v0/top-validators-by-purchased-traffic

cURL

curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/top-validators-by-purchased-traffic
200
400
404
{
  "validatorsByPurchasedTraffic": [
    {
      "validator": "<string>",
      "numPurchases": 123,
      "totalTrafficPurchased": 123,
      "totalCcSpent": "<string>",
      "lastPurchasedInRound": 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

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

Response

200
application/json

ok

validatorsByPurchasedTraffic
object[]
required

Show child attributes