---
title: "Network information"
method: GET
path: "/network"
tags: ["Cardano » Network"]
---

# Network information

`GET /network`

Return detailed network information.

## Response `200`

Return detailed network information.

- Network
  - `supply` object, required
    - `max` string, required — Maximum supply in Lovelaces
    - `total` string, required — Current total (max supply - reserves) supply in Lovelaces
    - `circulating` string, required — Current circulating (UTXOs + withdrawables) supply in Lovelaces
    - `locked` string, required — Current supply locked by scripts in Lovelaces
    - `treasury` string, required — Current supply locked in treasury
    - `reserves` string, required — Current supply locked in reserves
  - `stake` object, required
    - `live` string, required — Current live stake in Lovelaces
    - `active` string, required — Current active stake in Lovelaces

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
