---
title: "Total Value Staked"
method: GET
path: "/trx/network-data/total-value-staked"
tags: ["TRX Network Data"]
---

# Total Value Staked

`GET /trx/network-data/total-value-staked`

This endpoint returns the total amount of TRX staked by staking model. (Stake 1.0, Stake 2.0)
This metric reflects how much TRX has been locked to secure the network and obtain resources or staking rewards.
| Metric | Description |
|--------|-------------|
| `v1_staking_amount` | The amount of TRX staked under Stake 1.0. (The legacy staking model on TRON) |
| `v2_staking_amount` | The amount of TRX staked under Stake 2.0. (The newer staking model on TRON) |

## Query parameters

- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Successful response.

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. This metric supports only day resolution.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `v1_staking_amount` number, required — The amount of TRX staked in v1.
      - `v2_staking_amount` number, required — The amount of TRX staked in v2.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/revisions/81ee223d4908/schema)
