---
title: "Get round emissions for a specific round (codes, advances, opow, players, and totals)"
method: GET
path: "/get-round-emissions"
tags: ["GET"]
---

# Get round emissions for a specific round (codes, advances, opow, players, and totals)

`GET /get-round-emissions`

# 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`

## Query parameters

- `round` integer, required

## Response `200`

Success

- GetRoundEmissionsResponse
  - `algorithms` object
  - `advances` object
  - `opow` object
  - `players` object
  - `player_details` object — Map of player_id to PlayerDetails
  - `totals` object
    - `code` string
    - `advance` string
    - `benchmarker` string
    - `delegator` string
    - `bootstrap` string
    - `vault` string
    - `challenge_owner` string

---

[API](https://skmtc.net/tig-foundation/apis/the-innovation-game-api.md) · [All operations](https://skmtc.net/tig-foundation/apis/the-innovation-game-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tig-foundation/the-innovation-game-api/revisions/2af9c398c1d4/schema)
