v1

latestSwagger 2.02026-07-17127100479.5 KB
general

Get network 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.

get/constants

Response

OK

moduleobject

Example response

{
  "denom_metadata": [
    {
      "base": "utia",
      "description": "Some description",
      "display": "TIA",
      "name": "TIA",
      "symbol": "TIA",
      "uri": "https://example.com"
    }
  ]
}