---
title: "Get the network supply"
method: GET
path: "/api/v1/network/supply"
tags: ["network"]
---

# Get the network supply

`GET /api/v1/network/supply`

Returns the network's released supply of hbars

## Query parameters

- `timestamp` string[]

## Response `200`

OK

- NetworkSupplyResponse
  - `released_supply` string — The network's released supply of hbars in tinybars
  - `timestamp` string — The consensus timestamp at which the released supply was valid
  - `total_supply` string — The network's total supply of hbars in tinybars

## Other responses

- `400` — Invalid parameter
- `404` — Not Found

---

[API](https://skmtc.dev/hedera/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hedera/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hedera/mirror-node-rest-api/revisions/45f5ccac560c/schema)
