Skip to main content
GET
/
v0
/
top-validators-by-purchased-traffic
/v0/top-validators-by-purchased-traffic
curl --request GET \
  --url https://example.com/api/scan/v0/top-validators-by-purchased-traffic
{
  "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

ok

validatorsByPurchasedTraffic
object[]
required