Skip to main content
POST
/
v0
/
round-party-totals
/v0/round-party-totals
curl --request POST \
  --url https://example.com/api/scan/v0/round-party-totals \
  --header 'Content-Type: application/json' \
  --data '
{
  "start_round": 123,
  "end_round": 123
}
'
{
  "entries": [
    {
      "closed_round": 123,
      "party": "<string>",
      "app_rewards": "<string>",
      "validator_rewards": "<string>",
      "traffic_purchased": 123,
      "traffic_purchased_cc_spent": "<string>",
      "traffic_num_purchases": 123,
      "cumulative_app_rewards": "<string>",
      "cumulative_validator_rewards": "<string>",
      "cumulative_change_to_initial_amount_as_of_round_zero": "<string>",
      "cumulative_change_to_holding_fees_rate": "<string>",
      "cumulative_traffic_purchased": 123,
      "cumulative_traffic_purchased_cc_spent": "<string>",
      "cumulative_traffic_num_purchases": 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.

Body

application/json
start_round
integer<int64>
required
end_round
integer<int64>
required

Response

ok

entries
object[]
required