Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://scan.sv-1.global.canton.network.sync.global/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 } ] }
Deprecated. Retrieve per-party Amulet statistics for up to 50 closed rounds.
ok
Show child attributes