---
title: "Get commitment by blinded address"
method: GET
path: "/v1/commitments/{address}"
tags: ["Commitments"]
---

# Get commitment by blinded address

`GET /v1/commitments/{address}`

Returns a commitment with the specified blinded address.

## Path parameters

- `address` string, required

## Response `200`

- Commitment
  - `address` string, required — Blinded address of the account
  - `balance` integer — Account balance to be activated
  - `activated` boolean — Flag showing whether the account has been activated or not.
  - `activationLevel` integer, nullable — Level of the block at which the account has been activated. `null` if the account is not activated yet.
  - `activationTime` string, date-time, nullable — Datetime of the block at which the account has been activated (ISO 8601, e.g. `2020-02-20T02:40:57Z`). `null` if the account is not activated yet.
  - `activatedAccount` Alias
    - `alias` string, nullable — Account alias name (off-chain data).
    - `address` string, required — Account address (public key hash).

---

[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)
