---
title: "Get network constants"
method: GET
path: "/constants"
tags: ["general"]
---

# Get network constants

`GET /constants`

Returns all on-chain governance and module parameters for the Celestia network, including staking, slashing, blob, and other module constants, along with denomination metadata.

## Response `200`

OK

- ResponsesConstants
  - `denom_metadata` ResponsesDenomMetadata[]
    - `base` string
    - `description` string
    - `display` string
    - `name` string
    - `symbol` string
    - `units` integer[]
    - `uri` string
  - `module` object

## Other responses

- `204` — No Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
