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
}
]
}Deprecated. Retrieve per-party Amulet statistics for up to 50 closed rounds.
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.