---
title: "Supply"
method: GET
path: "/trx/network-data/supply"
tags: ["TRX Network Data"]
---

# Supply

`GET /trx/network-data/supply`

This endpoint returns the metrics related to the supply of TRX.
| Metric | Description |
|--------|-------------|
| `supply_total` | The total amount of tokens in existence. |
| `supply_circulating` | The amount of tokens that are circulating in the market. |
| `supply_minted` | The amount of tokens minted in the given window. |
| `supply_burned` | The amount of tokens burned in the given window. |
| `supply_staked` | The amount of tokens staked in Tron Super Representative members. |

## 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.
      - `supply_total` number, required — The total amount of TRX.
      - `supply_circulating` number, required — The circulating amount of TRX.
      - `supply_minted` number, required — The minted amount of TRX.
      - `supply_burned` number, required — The burned amount of TRX.
      - `supply_staked` number, required — The staked amount of TRX.

---

[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/versions/81ee223d4908/schema)
