Returns a list of blocks.
[DEPRECATED]
Filters by any of the specified fields. Example: anyof.proposer.producer=tz1...
.
Filters blocks by block proposer. Allowed fields for .eqx
mode: none.
Filters blocks by block producer. Allowed fields for .eqx
mode: none.
Filters blocks by level.
Filters blocks by timestamp.
[DEPRECATED]
Filters blocks by block round.
Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields
and .values
modes.
Sorts blocks by specified field. Supported fields: id
(default), level
, payloadRound
, blockRound
, validations
, reward
, bonus
, fees
.
Specifies which or how many items should be skipped
Maximum number of items to return
100
Comma-separated list of ticker symbols to inject historical prices into response
None
GET /v1/blocks HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
[
{
"cycle": 1,
"level": 1,
"hash": "text",
"timestamp": "2025-04-23T17:50:24.159Z",
"proto": 1,
"payloadRound": 1,
"blockRound": 1,
"validations": 1,
"deposit": 1,
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"bonusLiquid": 1,
"bonusStakedOwn": 1,
"bonusStakedShared": 1,
"fees": 1,
"nonceRevealed": true,
"proposer": {
"alias": "text",
"address": "text"
},
"producer": {
"alias": "text",
"address": "text"
},
"software": {
"version": "text",
"date": "2025-04-23T17:50:24.159Z"
},
"lbToggle": true,
"lbToggleEma": 1,
"aiToggle": true,
"aiToggleEma": 1,
"endorsements": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"slots": 1,
"deposit": 1,
"rewards": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"preendorsements": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"slots": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"proposals": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"period": {
"index": 1,
"epoch": 1,
"kind": "text",
"firstLevel": 1,
"lastLevel": 1
},
"proposal": {
"alias": "text",
"hash": "text"
},
"delegate": {
"alias": "text",
"address": "text"
},
"votingPower": 1,
"duplicated": true,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"rolls": 1
}
],
"ballots": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"period": {
"index": 1,
"epoch": 1,
"kind": "text",
"firstLevel": 1,
"lastLevel": 1
},
"proposal": {
"alias": "text",
"hash": "text"
},
"delegate": {
"alias": "text",
"address": "text"
},
"votingPower": 1,
"vote": "text",
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"rolls": 1
}
],
"activations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"account": {
"alias": "text",
"address": "text"
},
"balance": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"doubleBaking": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1,
"accuserRewards": 1,
"offenderLostDeposits": 1,
"offenderLostRewards": 1,
"offenderLostFees": 1
}
],
"doubleEndorsing": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1,
"accuserRewards": 1,
"offenderLostDeposits": 1,
"offenderLostRewards": 1,
"offenderLostFees": 1
}
],
"doublePreendorsing": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1
}
],
"nonceRevelations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"baker": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"revealedLevel": 1,
"revealedCycle": 1,
"nonce": "text",
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1,
"bakerRewards": 1
}
],
"vdfRevelations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"baker": {
"alias": "text",
"address": "text"
},
"cycle": 1,
"solution": "text",
"proof": "text",
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1
}
],
"delegations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"amount": 1,
"unstakedPseudotokens": 1,
"unstakedBalance": 1,
"unstakedRewards": 1,
"prevDelegate": {
"alias": "text",
"address": "text"
},
"newDelegate": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"originations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"allocationFee": 1,
"contractBalance": 1,
"contractManager": {
"alias": "text",
"address": "text"
},
"contractDelegate": {
"alias": "text",
"address": "text"
},
"code": null,
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"status": "text",
"errors": [
{
"type": "text"
}
],
"originatedContract": {
"kind": "text",
"alias": "text",
"address": "text",
"typeHash": 1,
"codeHash": 1,
"tzips": [
"text"
]
},
"tokenTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"transactions": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"allocationFee": 1,
"target": {
"alias": "text",
"address": "text"
},
"targetCodeHash": 1,
"amount": 1,
"parameter": {
"entrypoint": "text",
"value": null
},
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"status": "text",
"errors": [
{
"type": "text"
}
],
"hasInternals": true,
"tokenTransfersCount": 1,
"ticketTransfersCount": 1,
"eventsCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"reveals": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"registerConstants": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"address": "text",
"value": null,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"setDepositsLimits": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"limit": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"transferTicketOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"target": {
"alias": "text",
"address": "text"
},
"ticketer": {
"alias": "text",
"address": "text"
},
"amount": "text",
"entrypoint": "text",
"ticketTransfersCount": 1,
"contentType": null,
"content": null,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupCommitOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"bond": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupDispatchTicketsOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupFinalizeCommitmentOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupOriginationOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"allocationFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupRejectionOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"committer": {
"alias": "text",
"address": "text"
},
"reward": 1,
"loss": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupRemoveCommitmentOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupReturnBondOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"bond": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupSubmitBatchOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"increasePaidStorageOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"contract": {
"alias": "text",
"address": "text"
},
"amount": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"updateConsensusKeyOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"activationCycle": 1,
"publicKey": "text",
"publicKeyHash": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"drainDelegateOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"target": {
"alias": "text",
"address": "text"
},
"amount": 1,
"fee": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srAddMessagesOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"messagesCount": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srCementOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srExecuteOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"errors": [
{
"type": "text"
}
],
"ticketTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srOriginateOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"pvmKind": "text",
"kernel": "Ynl0ZXM=",
"parameterType": null,
"genesisCommitment": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srPublishOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"bond": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srRecoverBondOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"staker": {
"alias": "text",
"address": "text"
},
"bond": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srRefuteOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"game": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"initiatorCommitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"opponent": {
"alias": "text",
"address": "text"
},
"opponentCommitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"initiatorReward": 1,
"initiatorLoss": 1,
"opponentReward": 1,
"opponentLoss": 1
},
"move": "text",
"gameStatus": "text",
"dissectionStart": 1,
"dissectionEnd": 1,
"dissectionSteps": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"stakingOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"kind": "text",
"baker": {
"alias": "text",
"address": "text"
},
"amount": 1,
"pseudotokens": 1,
"limitOfStakingOverBaking": 1,
"edgeOfBakingOverStaking": 1,
"activationCycle": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"migrations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"kind": "text",
"account": {
"alias": "text",
"address": "text"
},
"balanceChange": 1,
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"tokenTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"revelationPenalties": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"baker": {
"alias": "text",
"address": "text"
},
"missedLevel": 1,
"loss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"lostReward": 1,
"lostFees": 1
}
],
"endorsingRewards": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"baker": {
"alias": "text",
"address": "text"
},
"expected": 1,
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"received": 1
}
],
"autostakingOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"baker": {
"alias": "text",
"address": "text"
},
"action": "text",
"cycle": 1,
"amount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1,
"bonus": 1,
"priority": 1,
"baker": {
"alias": "text",
"address": "text"
},
"lbEscapeVote": true,
"lbEscapeEma": 1
}
]
Returns a block with the specified hash.
Block hash
Flag indicating whether to include block operations into returned object or not
false
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Json
Comma-separated list of ticker symbols to inject historical prices into response
None
GET /v1/blocks/{hash} HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
{
"cycle": 1,
"level": 1,
"hash": "text",
"timestamp": "2025-04-23T17:50:24.159Z",
"proto": 1,
"payloadRound": 1,
"blockRound": 1,
"validations": 1,
"deposit": 1,
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"bonusLiquid": 1,
"bonusStakedOwn": 1,
"bonusStakedShared": 1,
"fees": 1,
"nonceRevealed": true,
"proposer": {
"alias": "text",
"address": "text"
},
"producer": {
"alias": "text",
"address": "text"
},
"software": {
"version": "text",
"date": "2025-04-23T17:50:24.159Z"
},
"lbToggle": true,
"lbToggleEma": 1,
"aiToggle": true,
"aiToggleEma": 1,
"endorsements": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"slots": 1,
"deposit": 1,
"rewards": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"preendorsements": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"slots": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"proposals": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"period": {
"index": 1,
"epoch": 1,
"kind": "text",
"firstLevel": 1,
"lastLevel": 1
},
"proposal": {
"alias": "text",
"hash": "text"
},
"delegate": {
"alias": "text",
"address": "text"
},
"votingPower": 1,
"duplicated": true,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"rolls": 1
}
],
"ballots": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"period": {
"index": 1,
"epoch": 1,
"kind": "text",
"firstLevel": 1,
"lastLevel": 1
},
"proposal": {
"alias": "text",
"hash": "text"
},
"delegate": {
"alias": "text",
"address": "text"
},
"votingPower": 1,
"vote": "text",
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"rolls": 1
}
],
"activations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"account": {
"alias": "text",
"address": "text"
},
"balance": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"doubleBaking": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1,
"accuserRewards": 1,
"offenderLostDeposits": 1,
"offenderLostRewards": 1,
"offenderLostFees": 1
}
],
"doubleEndorsing": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1,
"accuserRewards": 1,
"offenderLostDeposits": 1,
"offenderLostRewards": 1,
"offenderLostFees": 1
}
],
"doublePreendorsing": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1
}
],
"nonceRevelations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"baker": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"revealedLevel": 1,
"revealedCycle": 1,
"nonce": "text",
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1,
"bakerRewards": 1
}
],
"vdfRevelations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"baker": {
"alias": "text",
"address": "text"
},
"cycle": 1,
"solution": "text",
"proof": "text",
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1
}
],
"delegations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"amount": 1,
"unstakedPseudotokens": 1,
"unstakedBalance": 1,
"unstakedRewards": 1,
"prevDelegate": {
"alias": "text",
"address": "text"
},
"newDelegate": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"originations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"allocationFee": 1,
"contractBalance": 1,
"contractManager": {
"alias": "text",
"address": "text"
},
"contractDelegate": {
"alias": "text",
"address": "text"
},
"code": null,
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"status": "text",
"errors": [
{
"type": "text"
}
],
"originatedContract": {
"kind": "text",
"alias": "text",
"address": "text",
"typeHash": 1,
"codeHash": 1,
"tzips": [
"text"
]
},
"tokenTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"transactions": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"allocationFee": 1,
"target": {
"alias": "text",
"address": "text"
},
"targetCodeHash": 1,
"amount": 1,
"parameter": {
"entrypoint": "text",
"value": null
},
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"status": "text",
"errors": [
{
"type": "text"
}
],
"hasInternals": true,
"tokenTransfersCount": 1,
"ticketTransfersCount": 1,
"eventsCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"reveals": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"registerConstants": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"address": "text",
"value": null,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"setDepositsLimits": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"limit": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"transferTicketOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"target": {
"alias": "text",
"address": "text"
},
"ticketer": {
"alias": "text",
"address": "text"
},
"amount": "text",
"entrypoint": "text",
"ticketTransfersCount": 1,
"contentType": null,
"content": null,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupCommitOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"bond": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupDispatchTicketsOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupFinalizeCommitmentOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupOriginationOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"allocationFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupRejectionOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"committer": {
"alias": "text",
"address": "text"
},
"reward": 1,
"loss": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupRemoveCommitmentOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupReturnBondOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"bond": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupSubmitBatchOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"increasePaidStorageOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"contract": {
"alias": "text",
"address": "text"
},
"amount": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"updateConsensusKeyOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"activationCycle": 1,
"publicKey": "text",
"publicKeyHash": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"drainDelegateOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"target": {
"alias": "text",
"address": "text"
},
"amount": 1,
"fee": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srAddMessagesOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"messagesCount": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srCementOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srExecuteOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"errors": [
{
"type": "text"
}
],
"ticketTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srOriginateOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"pvmKind": "text",
"kernel": "Ynl0ZXM=",
"parameterType": null,
"genesisCommitment": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srPublishOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"bond": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srRecoverBondOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"staker": {
"alias": "text",
"address": "text"
},
"bond": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srRefuteOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"game": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"initiatorCommitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"opponent": {
"alias": "text",
"address": "text"
},
"opponentCommitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"initiatorReward": 1,
"initiatorLoss": 1,
"opponentReward": 1,
"opponentLoss": 1
},
"move": "text",
"gameStatus": "text",
"dissectionStart": 1,
"dissectionEnd": 1,
"dissectionSteps": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"stakingOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"kind": "text",
"baker": {
"alias": "text",
"address": "text"
},
"amount": 1,
"pseudotokens": 1,
"limitOfStakingOverBaking": 1,
"edgeOfBakingOverStaking": 1,
"activationCycle": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"migrations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"kind": "text",
"account": {
"alias": "text",
"address": "text"
},
"balanceChange": 1,
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"tokenTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"revelationPenalties": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"baker": {
"alias": "text",
"address": "text"
},
"missedLevel": 1,
"loss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"lostReward": 1,
"lostFees": 1
}
],
"endorsingRewards": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"baker": {
"alias": "text",
"address": "text"
},
"expected": 1,
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"received": 1
}
],
"autostakingOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"baker": {
"alias": "text",
"address": "text"
},
"action": "text",
"cycle": 1,
"amount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1,
"bonus": 1,
"priority": 1,
"baker": {
"alias": "text",
"address": "text"
},
"lbEscapeVote": true,
"lbEscapeEma": 1
}
Returns a block at the specified level.
Block level
Flag indicating whether to include block operations into returned object or not
false
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Json
Comma-separated list of ticker symbols to inject historical prices into response
None
GET /v1/blocks/{level} HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
{
"cycle": 1,
"level": 1,
"hash": "text",
"timestamp": "2025-04-23T17:50:24.159Z",
"proto": 1,
"payloadRound": 1,
"blockRound": 1,
"validations": 1,
"deposit": 1,
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"bonusLiquid": 1,
"bonusStakedOwn": 1,
"bonusStakedShared": 1,
"fees": 1,
"nonceRevealed": true,
"proposer": {
"alias": "text",
"address": "text"
},
"producer": {
"alias": "text",
"address": "text"
},
"software": {
"version": "text",
"date": "2025-04-23T17:50:24.159Z"
},
"lbToggle": true,
"lbToggleEma": 1,
"aiToggle": true,
"aiToggleEma": 1,
"endorsements": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"slots": 1,
"deposit": 1,
"rewards": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"preendorsements": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"slots": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"proposals": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"period": {
"index": 1,
"epoch": 1,
"kind": "text",
"firstLevel": 1,
"lastLevel": 1
},
"proposal": {
"alias": "text",
"hash": "text"
},
"delegate": {
"alias": "text",
"address": "text"
},
"votingPower": 1,
"duplicated": true,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"rolls": 1
}
],
"ballots": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"period": {
"index": 1,
"epoch": 1,
"kind": "text",
"firstLevel": 1,
"lastLevel": 1
},
"proposal": {
"alias": "text",
"hash": "text"
},
"delegate": {
"alias": "text",
"address": "text"
},
"votingPower": 1,
"vote": "text",
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"rolls": 1
}
],
"activations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"account": {
"alias": "text",
"address": "text"
},
"balance": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"doubleBaking": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1,
"accuserRewards": 1,
"offenderLostDeposits": 1,
"offenderLostRewards": 1,
"offenderLostFees": 1
}
],
"doubleEndorsing": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1,
"accuserRewards": 1,
"offenderLostDeposits": 1,
"offenderLostRewards": 1,
"offenderLostFees": 1
}
],
"doublePreendorsing": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1
}
],
"nonceRevelations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"baker": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"revealedLevel": 1,
"revealedCycle": 1,
"nonce": "text",
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1,
"bakerRewards": 1
}
],
"vdfRevelations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"baker": {
"alias": "text",
"address": "text"
},
"cycle": 1,
"solution": "text",
"proof": "text",
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1
}
],
"delegations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"amount": 1,
"unstakedPseudotokens": 1,
"unstakedBalance": 1,
"unstakedRewards": 1,
"prevDelegate": {
"alias": "text",
"address": "text"
},
"newDelegate": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"originations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"allocationFee": 1,
"contractBalance": 1,
"contractManager": {
"alias": "text",
"address": "text"
},
"contractDelegate": {
"alias": "text",
"address": "text"
},
"code": null,
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"status": "text",
"errors": [
{
"type": "text"
}
],
"originatedContract": {
"kind": "text",
"alias": "text",
"address": "text",
"typeHash": 1,
"codeHash": 1,
"tzips": [
"text"
]
},
"tokenTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"transactions": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"allocationFee": 1,
"target": {
"alias": "text",
"address": "text"
},
"targetCodeHash": 1,
"amount": 1,
"parameter": {
"entrypoint": "text",
"value": null
},
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"status": "text",
"errors": [
{
"type": "text"
}
],
"hasInternals": true,
"tokenTransfersCount": 1,
"ticketTransfersCount": 1,
"eventsCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"reveals": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"registerConstants": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"address": "text",
"value": null,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"setDepositsLimits": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"limit": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"transferTicketOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"target": {
"alias": "text",
"address": "text"
},
"ticketer": {
"alias": "text",
"address": "text"
},
"amount": "text",
"entrypoint": "text",
"ticketTransfersCount": 1,
"contentType": null,
"content": null,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupCommitOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"bond": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupDispatchTicketsOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupFinalizeCommitmentOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupOriginationOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"allocationFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupRejectionOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"committer": {
"alias": "text",
"address": "text"
},
"reward": 1,
"loss": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupRemoveCommitmentOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupReturnBondOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"bond": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupSubmitBatchOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"increasePaidStorageOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"contract": {
"alias": "text",
"address": "text"
},
"amount": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"updateConsensusKeyOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"activationCycle": 1,
"publicKey": "text",
"publicKeyHash": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"drainDelegateOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"target": {
"alias": "text",
"address": "text"
},
"amount": 1,
"fee": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srAddMessagesOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"messagesCount": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srCementOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srExecuteOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"errors": [
{
"type": "text"
}
],
"ticketTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srOriginateOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"pvmKind": "text",
"kernel": "Ynl0ZXM=",
"parameterType": null,
"genesisCommitment": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srPublishOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"bond": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srRecoverBondOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"staker": {
"alias": "text",
"address": "text"
},
"bond": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srRefuteOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"game": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"initiatorCommitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"opponent": {
"alias": "text",
"address": "text"
},
"opponentCommitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"initiatorReward": 1,
"initiatorLoss": 1,
"opponentReward": 1,
"opponentLoss": 1
},
"move": "text",
"gameStatus": "text",
"dissectionStart": 1,
"dissectionEnd": 1,
"dissectionSteps": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"stakingOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"kind": "text",
"baker": {
"alias": "text",
"address": "text"
},
"amount": 1,
"pseudotokens": 1,
"limitOfStakingOverBaking": 1,
"edgeOfBakingOverStaking": 1,
"activationCycle": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"migrations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"kind": "text",
"account": {
"alias": "text",
"address": "text"
},
"balanceChange": 1,
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"tokenTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"revelationPenalties": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"baker": {
"alias": "text",
"address": "text"
},
"missedLevel": 1,
"loss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"lostReward": 1,
"lostFees": 1
}
],
"endorsingRewards": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"baker": {
"alias": "text",
"address": "text"
},
"expected": 1,
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"received": 1
}
],
"autostakingOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"baker": {
"alias": "text",
"address": "text"
},
"action": "text",
"cycle": 1,
"amount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1,
"bonus": 1,
"priority": 1,
"baker": {
"alias": "text",
"address": "text"
},
"lbEscapeVote": true,
"lbEscapeEma": 1
}
Returns a block closest to the specified timestamp.
Timestamp, e.g. 2020-01-01T00:00:00Z
Flag indicating whether to include block operations into returned object or not
false
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Json
Comma-separated list of ticker symbols to inject historical prices into response
None
GET /v1/blocks/{timestamp} HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
{
"cycle": 1,
"level": 1,
"hash": "text",
"timestamp": "2025-04-23T17:50:24.159Z",
"proto": 1,
"payloadRound": 1,
"blockRound": 1,
"validations": 1,
"deposit": 1,
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"bonusLiquid": 1,
"bonusStakedOwn": 1,
"bonusStakedShared": 1,
"fees": 1,
"nonceRevealed": true,
"proposer": {
"alias": "text",
"address": "text"
},
"producer": {
"alias": "text",
"address": "text"
},
"software": {
"version": "text",
"date": "2025-04-23T17:50:24.159Z"
},
"lbToggle": true,
"lbToggleEma": 1,
"aiToggle": true,
"aiToggleEma": 1,
"endorsements": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"slots": 1,
"deposit": 1,
"rewards": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"preendorsements": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"slots": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"proposals": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"period": {
"index": 1,
"epoch": 1,
"kind": "text",
"firstLevel": 1,
"lastLevel": 1
},
"proposal": {
"alias": "text",
"hash": "text"
},
"delegate": {
"alias": "text",
"address": "text"
},
"votingPower": 1,
"duplicated": true,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"rolls": 1
}
],
"ballots": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"period": {
"index": 1,
"epoch": 1,
"kind": "text",
"firstLevel": 1,
"lastLevel": 1
},
"proposal": {
"alias": "text",
"hash": "text"
},
"delegate": {
"alias": "text",
"address": "text"
},
"votingPower": 1,
"vote": "text",
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"rolls": 1
}
],
"activations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"account": {
"alias": "text",
"address": "text"
},
"balance": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"doubleBaking": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1,
"accuserRewards": 1,
"offenderLostDeposits": 1,
"offenderLostRewards": 1,
"offenderLostFees": 1
}
],
"doubleEndorsing": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1,
"accuserRewards": 1,
"offenderLostDeposits": 1,
"offenderLostRewards": 1,
"offenderLostFees": 1
}
],
"doublePreendorsing": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"accusedLevel": 1,
"slashedLevel": 1,
"accuser": {
"alias": "text",
"address": "text"
},
"reward": 1,
"offender": {
"alias": "text",
"address": "text"
},
"lostStaked": 1,
"lostUnstaked": 1,
"lostExternalStaked": 1,
"lostExternalUnstaked": 1,
"roundingLoss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"offenderLoss": 1,
"accuserReward": 1
}
],
"nonceRevelations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"baker": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"revealedLevel": 1,
"revealedCycle": 1,
"nonce": "text",
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1,
"bakerRewards": 1
}
],
"vdfRevelations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"baker": {
"alias": "text",
"address": "text"
},
"cycle": 1,
"solution": "text",
"proof": "text",
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1
}
],
"delegations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"amount": 1,
"unstakedPseudotokens": 1,
"unstakedBalance": 1,
"unstakedRewards": 1,
"prevDelegate": {
"alias": "text",
"address": "text"
},
"newDelegate": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"originations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"allocationFee": 1,
"contractBalance": 1,
"contractManager": {
"alias": "text",
"address": "text"
},
"contractDelegate": {
"alias": "text",
"address": "text"
},
"code": null,
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"status": "text",
"errors": [
{
"type": "text"
}
],
"originatedContract": {
"kind": "text",
"alias": "text",
"address": "text",
"typeHash": 1,
"codeHash": 1,
"tzips": [
"text"
]
},
"tokenTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"transactions": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"counter": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"sender": {
"alias": "text",
"address": "text"
},
"senderCodeHash": 1,
"nonce": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"allocationFee": 1,
"target": {
"alias": "text",
"address": "text"
},
"targetCodeHash": 1,
"amount": 1,
"parameter": {
"entrypoint": "text",
"value": null
},
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"status": "text",
"errors": [
{
"type": "text"
}
],
"hasInternals": true,
"tokenTransfersCount": 1,
"ticketTransfersCount": 1,
"eventsCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"reveals": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"registerConstants": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"address": "text",
"value": null,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"setDepositsLimits": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"limit": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"transferTicketOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"target": {
"alias": "text",
"address": "text"
},
"ticketer": {
"alias": "text",
"address": "text"
},
"amount": "text",
"entrypoint": "text",
"ticketTransfersCount": 1,
"contentType": null,
"content": null,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupCommitOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"bond": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupDispatchTicketsOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupFinalizeCommitmentOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupOriginationOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"allocationFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupRejectionOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"committer": {
"alias": "text",
"address": "text"
},
"reward": 1,
"loss": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupRemoveCommitmentOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupReturnBondOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"bond": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"txRollupSubmitBatchOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"rollup": {
"alias": "text",
"address": "text"
},
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"increasePaidStorageOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"contract": {
"alias": "text",
"address": "text"
},
"amount": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"updateConsensusKeyOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"activationCycle": 1,
"publicKey": "text",
"publicKeyHash": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"drainDelegateOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"hash": "text",
"delegate": {
"alias": "text",
"address": "text"
},
"target": {
"alias": "text",
"address": "text"
},
"amount": 1,
"fee": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srAddMessagesOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"messagesCount": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srCementOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srExecuteOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"errors": [
{
"type": "text"
}
],
"ticketTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srOriginateOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"storageUsed": 1,
"bakerFee": 1,
"storageFee": 1,
"status": "text",
"pvmKind": "text",
"kernel": "Ynl0ZXM=",
"parameterType": null,
"genesisCommitment": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srPublishOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"commitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"bond": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srRecoverBondOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"staker": {
"alias": "text",
"address": "text"
},
"bond": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"srRefuteOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"status": "text",
"rollup": {
"alias": "text",
"address": "text"
},
"game": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"initiatorCommitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"opponent": {
"alias": "text",
"address": "text"
},
"opponentCommitment": {
"id": 1,
"initiator": {
"alias": "text",
"address": "text"
},
"inboxLevel": 1,
"state": "text",
"hash": "text",
"ticks": 1,
"firstLevel": 1,
"firstTime": "2025-04-23T17:50:24.159Z"
},
"initiatorReward": 1,
"initiatorLoss": 1,
"opponentReward": 1,
"opponentLoss": 1
},
"move": "text",
"gameStatus": "text",
"dissectionStart": 1,
"dissectionEnd": 1,
"dissectionSteps": 1,
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"stakingOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"hash": "text",
"sender": {
"alias": "text",
"address": "text"
},
"counter": 1,
"gasLimit": 1,
"gasUsed": 1,
"storageLimit": 1,
"bakerFee": 1,
"kind": "text",
"baker": {
"alias": "text",
"address": "text"
},
"amount": 1,
"pseudotokens": 1,
"limitOfStakingOverBaking": 1,
"edgeOfBakingOverStaking": 1,
"activationCycle": 1,
"status": "text",
"errors": [
{
"type": "text"
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"migrations": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"kind": "text",
"account": {
"alias": "text",
"address": "text"
},
"balanceChange": 1,
"storage": null,
"diffs": [
{
"bigmap": 1,
"path": "text",
"action": "text",
"content": {
"hash": "text",
"key": null,
"value": null
}
}
],
"tokenTransfersCount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"revelationPenalties": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"baker": {
"alias": "text",
"address": "text"
},
"missedLevel": 1,
"loss": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"lostReward": 1,
"lostFees": 1
}
],
"endorsingRewards": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"block": "text",
"baker": {
"alias": "text",
"address": "text"
},
"expected": 1,
"rewardLiquid": 1,
"rewardStakedOwn": 1,
"rewardStakedShared": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"received": 1
}
],
"autostakingOps": [
{
"type": "text",
"id": 1,
"level": 1,
"timestamp": "2025-04-23T17:50:24.159Z",
"baker": {
"alias": "text",
"address": "text"
},
"action": "text",
"cycle": 1,
"amount": 1,
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
}
}
],
"quote": {
"btc": 1,
"eur": 1,
"usd": 1,
"cny": 1,
"jpy": 1,
"krw": 1,
"eth": 1,
"gbp": 1
},
"reward": 1,
"bonus": 1,
"priority": 1,
"baker": {
"alias": "text",
"address": "text"
},
"lbEscapeVote": true,
"lbEscapeEma": 1
}