---
title: "Get global constant by address"
method: GET
path: "/v1/constants/{address}"
tags: ["Constants"]
---

# Get global constant by address

`GET /v1/constants/{address}`

Returns global constant with specified address (expression hash).

## Path parameters

- `address` string, required

## Query parameters

- `format` integer

## Response `200`

- Constant
  - `address` string, required — Global address (expression hash)
  - `value` unknown, required
  - `size` integer — Constant size in bytes
  - `refs` integer — Number of contracts referencing this constant
  - `creator` Alias, required
    - `alias` string, nullable — Account alias name (off-chain data).
    - `address` string, required — Account address (public key hash).
  - `creationLevel` integer — Level of the first block baked with this software
  - `creationTime` string, date-time — Datetime of the first block baked with this software
  - `extras` unknown

---

[API](https://skmtc.dev/tzkt/apis/tzkt-api.md) · [All operations](https://skmtc.dev/tzkt/apis/tzkt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tzkt/tzkt-api/revisions/a2e2aba5e534/schema)
