---
title: "Get smart rollup by address"
method: GET
path: "/v1/smart_rollups/{address}"
tags: ["SmartRollups"]
---

# Get smart rollup by address

`GET /v1/smart_rollups/{address}`

Returns a smart rollup with the specified address.

## Path parameters

- `address` string, required

## Response `200`

- SmartRollup
  - `id` integer — Internal TzKT id
  - `type` string — Type of the account
  - `address` string, required — Address of the account
  - `alias` string, nullable — Name of the account
  - `creator` Alias, required
    - `alias` string, nullable — Account alias name (off-chain data).
    - `address` string, required — Account address (public key hash).
  - `pvmKind` string, required — PVM kind: `arith` or `wasm`
  - `genesisCommitment` string, required — Genesis commitment hash
  - `lastCommitment` string, required — The most recent cemented commitment hash
  - `inboxLevel` integer — Inbox level of the most recent cemented commitment
  - `totalStakers` integer — Total number of stakers.
  - `activeStakers` integer — Total number of active stakers.
  - `executedCommitments` integer — Number of commitments that were cemented and executed
  - `cementedCommitments` integer — Number of commitments that were cemented (including executed ones)
  - `pendingCommitments` integer — Number of pending commitments
  - `refutedCommitments` integer — Number of commitments that were refuted
  - `orphanCommitments` integer — Number of commitments that became orphan, due to their parent was refuted
  - `smartRollupBonds` integer — Amount of mutez locked as bonds
  - `activeTokensCount` integer — Number of account tokens with non-zero balances
  - `tokenBalancesCount` integer — Number of tokens the account ever had
  - `tokenTransfersCount` integer — Number of token transfers from/to the account
  - `activeTicketsCount` integer — Number of tickets the account owns.
  - `ticketBalancesCount` integer — Number of tickets the account ever owned.
  - `ticketTransfersCount` integer — Number of ticket transfers from/to the account.
  - `numTransactions` integer — Number of transaction operations related to the account
  - `transferTicketCount` integer — Number of transfer ticket operations related to the account
  - `smartRollupCementCount` integer — Number of `smart_rollup_cement` operations related to the account
  - `smartRollupExecuteCount` integer — Number of `smart_rollup_execute_outbox_message` operations related to the account
  - `smartRollupOriginateCount` integer — Number of `smart_rollup_originate` operations related to the account
  - `smartRollupPublishCount` integer — Number of `smart_rollup_publish` operations related to the account
  - `smartRollupRecoverBondCount` integer — Number of `smart_rollup_recover_bond` operations related to the account
  - `smartRollupRefuteCount` integer — Number of `smart_rollup_refute` operations related to the account
  - `refutationGamesCount` integer — Number of smart rollup refutation games related to the account
  - `activeRefutationGamesCount` integer — Number of active smart rollup refutation games related to the account
  - `firstActivity` integer — Block height at which the ghost contract appeared first time
  - `firstActivityTime` string, date-time — Block datetime at which the ghost contract appeared first time (ISO 8601, e.g. `2020-02-20T02:40:57Z`)
  - `lastActivity` integer — Height of the block in which the ghost contract state was changed last time
  - `lastActivityTime` string, date-time — Datetime of the block in which the ghost contract state was changed last time (ISO 8601, e.g. `2020-02-20T02:40:57Z`)
  - `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)
