GET
Get round emissions for a specific round (codes, advances, opow, players, and totals)
Notes
-
advances is a map of <algorithm_id> to uint256
-
codes is a map of <algorithm_id> to uint256
-
opow is a map of <player_id> to a dict:
-
total is the total reward earned by the Benchmarker this round before any sharing is deducted
-
shared is the total reward shared by the Benchmarker with delegators this round
-
coinbase is the total reward distributed by the Benchmarker with pool members this round
-
-
players is a map of <player_id> to a dict of reward types (algorithm, benchmark, advance, delegator)
-
player_details is a map of <player_id> to PlayerDetails
-
totals is a map of emission types to uint256
get/get-round-emissions
Query parameters
roundinteger required
Id of round
Response
Success
Example response
{
"totals": {
"code": "123456789123456789",
"advance": "123456789123456789",
"benchmarker": "123456789123456789",
"delegator": "123456789123456789",
"bootstrap": "123456789123456789",
"vault": "123456789123456789",
"challenge_owner": "123456789123456789"
}
}