---
title: "Get historical APY and stake statistics"
method: GET
path: "/v2/rewards/stats"
tags: ["Rewards"]
---

# Get historical APY and stake statistics

`GET /v2/rewards/stats`

Returns time series of APY and total stake from past validation rounds.

## Response `200`

APY and stake statistics

- RewardsStats
  - `apy` array[], required — Time series of APY values as [timestamp_ms, apy] pairs
    - number[]
  - `total_stake` array[], required — Time series of total stake in Gram as [timestamp_ms, stake] pairs
    - number[]

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