SmartRollups

Get smart rollup by address

Returns a smart rollup with the specified address.

get/v1/smart_rollups/{address}

Path parameters

addressstring required

Smart rollup address

Response

idinteger

Internal TzKT id

typestring

Type of the account

addressstring required

Address of the account

aliasstring nullable

Name of the account

pvmKindstring required

PVM kind: arith or wasm

genesisCommitmentstring required

Genesis commitment hash

lastCommitmentstring required

The most recent cemented commitment hash

inboxLevelinteger

Inbox level of the most recent cemented commitment

totalStakersinteger

Total number of stakers.

activeStakersinteger

Total number of active stakers.

executedCommitmentsinteger

Number of commitments that were cemented and executed

cementedCommitmentsinteger

Number of commitments that were cemented (including executed ones)

pendingCommitmentsinteger

Number of pending commitments

refutedCommitmentsinteger

Number of commitments that were refuted

orphanCommitmentsinteger

Number of commitments that became orphan, due to their parent was refuted

smartRollupBondsinteger

Amount of mutez locked as bonds

activeTokensCountinteger

Number of account tokens with non-zero balances

tokenBalancesCountinteger

Number of tokens the account ever had

tokenTransfersCountinteger

Number of token transfers from/to the account

activeTicketsCountinteger

Number of tickets the account owns.

ticketBalancesCountinteger

Number of tickets the account ever owned.

ticketTransfersCountinteger

Number of ticket transfers from/to the account.

numTransactionsinteger

Number of transaction operations related to the account

transferTicketCountinteger

Number of transfer ticket operations related to the account

smartRollupCementCountinteger

Number of smart_rollup_cement operations related to the account

smartRollupExecuteCountinteger

Number of smart_rollup_execute_outbox_message operations related to the account

smartRollupOriginateCountinteger

Number of smart_rollup_originate operations related to the account

smartRollupPublishCountinteger

Number of smart_rollup_publish operations related to the account

smartRollupRecoverBondCountinteger

Number of smart_rollup_recover_bond operations related to the account

smartRollupRefuteCountinteger

Number of smart_rollup_refute operations related to the account

refutationGamesCountinteger

Number of smart rollup refutation games related to the account

activeRefutationGamesCountinteger

Number of active smart rollup refutation games related to the account

firstActivityinteger

Block height at which the ghost contract appeared first time

firstActivityTimestring date-time

Block datetime at which the ghost contract appeared first time (ISO 8601, e.g. 2020-02-20T02:40:57Z)

lastActivityinteger

Height of the block in which the ghost contract state was changed last time

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

{"stackTrail":"components:schemas:SmartRollup:allOf:properties:extras","oasType":"schema","type":"unknown","description":"Off-chain extras","nullable":true}

Changes

No recorded changes to this endpoint across all 1 revision of this API.