---
title: "Get validation round metadata"
method: GET
path: "/v2/rewards/validation-rounds"
tags: ["Rewards"]
---

# Get validation round metadata

`GET /v2/rewards/validation-rounds`

Returns past and current validation rounds with boundaries, stakes, and bonuses. Always uses the latest masterchain block.

## Query parameters

- `election_id` integer
- `block` integer
- `unixtime` integer

## Response `200`

Successful response

- ValidationRoundsResponse
  - `response_time_ms` integer, required — Server-side response time in milliseconds.
  - `rounds` ValidationRound[], required
    - `bonuses` integer — Total rewards the elector pays for the round. Omitted if round hasn't finished.
    - `election_id` integer, required — Election ID (electAt timestamp).
    - `end_block` integer — Masterchain block seqno at (or nearest to) round end. Omitted if round hasn't finished.
    - `end_utime` integer
    - `finished` boolean, required — Whether the validation round is complete.
    - `next_election_id` integer — Election ID of the round immediately after this one. Omitted when this round is not yet finished (next round not known).
    - `prev_election_id` integer — Election ID of the round immediately before this one.
    - `start_block` integer, required — Masterchain block seqno at (or nearest to) round start.
    - `start_utime` integer
    - `total_stake` integer — Total stake locked in the round.

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
