Baking

Get baking

Returns a list of baking operations (synthetic type).

GEThttps://xtz-index.nownodes.io/v1/operations/baking
Query parameters
Response
Body
type*string
typenullable string

Type of the operation, baking - an operation which contains brief information about a baked (produced) block (synthetic type)

idinteger (int64)

Unique ID of the operation, stored in the TzKT indexer database

levelinteger (int32)

Height of the block from the genesis

timestampstring (date-time)

Datetime at which the block is claimed to have been created (ISO 8601, e.g. 2020-02-20T02:40:57Z)

blocknullable string

Block hash

proposernullable one of

Baker who proposed the block payload

producernullable one of

Baker who produced the block

payloadRoundinteger (int32)

Round at which the block payload was proposed

blockRoundinteger (int32)

Round at which the block was produced

depositinteger (int64)

Security deposit frozen on the baker's account for producing the block (micro tez)

rewardLiquidinteger (int64)

Fixed reward paid to the payload proposer (micro tez) on baker's liquid balance (i.e. they are not frozen and can be spent immediately).

rewardStakedOwninteger (int64)

Fixed reward paid to the payload proposer (micro tez) on baker's staked balance (i.e. they are frozen).

rewardStakedSharedinteger (int64)

Fixed reward paid to the payload proposer (micro tez) on baker's external staked balance (i.e. they are frozen and belong to stakers and can be withdrawn by unstaking).

bonusLiquidinteger (int64)

Bonus reward paid to the block producer (micro tez) on baker's liquid balance (i.e. they are not frozen and can be spent immediately).

bonusStakedOwninteger (int64)

Bonus reward paid to the block producer (micro tez) on baker's staked balance (i.e. they are frozen).

bonusStakedSharedinteger (int64)

Bonus reward paid to the block producer (micro tez) on baker's external staked balance (i.e. they are frozen and belong to stakers and can be withdrawn by unstaking).

feesinteger (int64)

Total fee gathered from operations, included into the block

quotenullable one of

Injected historical quote at the time of operation

rewardinteger (int64)

[DEPRECATED]

bonusinteger (int64)

[DEPRECATED]

bakernullable one of

[DEPRECATED]

priorityinteger (int32)

[DEPRECATED]

Request
const response = await fetch('https://xtz-index.nownodes.io/v1/operations/baking', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "type": "text",
    "id": 0,
    "level": 0,
    "timestamp": "2024-12-22T02:17:03.785Z",
    "block": "text",
    "proposer": {
      "alias": "text",
      "address": "text"
    },
    "producer": {
      "alias": "text",
      "address": "text"
    },
    "payloadRound": 0,
    "blockRound": 0,
    "deposit": 0,
    "rewardLiquid": 0,
    "rewardStakedOwn": 0,
    "rewardStakedShared": 0,
    "bonusLiquid": 0,
    "bonusStakedOwn": 0,
    "bonusStakedShared": 0,
    "fees": 0,
    "quote": {
      "btc": 0,
      "eur": 0,
      "usd": 0,
      "cny": 0,
      "jpy": 0,
      "krw": 0,
      "eth": 0,
      "gbp": 0
    },
    "reward": 0,
    "bonus": 0,
    "baker": {
      "alias": "text",
      "address": "text"
    },
    "priority": 0
  }
]

Get baking by id

Returns baking operation with specified id.

GEThttps://xtz-index.nownodes.io/v1/operations/baking/{id}
Path parameters
id*integer (int64)

Operation id

Query parameters
Response
Body
type*string
typenullable string

Type of the operation, baking - an operation which contains brief information about a baked (produced) block (synthetic type)

idinteger (int64)

Unique ID of the operation, stored in the TzKT indexer database

levelinteger (int32)

Height of the block from the genesis

timestampstring (date-time)

Datetime at which the block is claimed to have been created (ISO 8601, e.g. 2020-02-20T02:40:57Z)

blocknullable string

Block hash

proposernullable one of

Baker who proposed the block payload

producernullable one of

Baker who produced the block

payloadRoundinteger (int32)

Round at which the block payload was proposed

blockRoundinteger (int32)

Round at which the block was produced

depositinteger (int64)

Security deposit frozen on the baker's account for producing the block (micro tez)

rewardLiquidinteger (int64)

Fixed reward paid to the payload proposer (micro tez) on baker's liquid balance (i.e. they are not frozen and can be spent immediately).

rewardStakedOwninteger (int64)

Fixed reward paid to the payload proposer (micro tez) on baker's staked balance (i.e. they are frozen).

rewardStakedSharedinteger (int64)

Fixed reward paid to the payload proposer (micro tez) on baker's external staked balance (i.e. they are frozen and belong to stakers and can be withdrawn by unstaking).

bonusLiquidinteger (int64)

Bonus reward paid to the block producer (micro tez) on baker's liquid balance (i.e. they are not frozen and can be spent immediately).

bonusStakedOwninteger (int64)

Bonus reward paid to the block producer (micro tez) on baker's staked balance (i.e. they are frozen).

bonusStakedSharedinteger (int64)

Bonus reward paid to the block producer (micro tez) on baker's external staked balance (i.e. they are frozen and belong to stakers and can be withdrawn by unstaking).

feesinteger (int64)

Total fee gathered from operations, included into the block

quotenullable one of

Injected historical quote at the time of operation

rewardinteger (int64)

[DEPRECATED]

bonusinteger (int64)

[DEPRECATED]

bakernullable one of

[DEPRECATED]

priorityinteger (int32)

[DEPRECATED]

Request
const response = await fetch('https://xtz-index.nownodes.io/v1/operations/baking/{id}', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "type": "text",
  "id": 0,
  "level": 0,
  "timestamp": "2024-12-22T02:17:03.785Z",
  "block": "text",
  "proposer": {
    "alias": "text",
    "address": "text"
  },
  "producer": {
    "alias": "text",
    "address": "text"
  },
  "payloadRound": 0,
  "blockRound": 0,
  "deposit": 0,
  "rewardLiquid": 0,
  "rewardStakedOwn": 0,
  "rewardStakedShared": 0,
  "bonusLiquid": 0,
  "bonusStakedOwn": 0,
  "bonusStakedShared": 0,
  "fees": 0,
  "quote": {
    "btc": 0,
    "eur": 0,
    "usd": 0,
    "cny": 0,
    "jpy": 0,
    "krw": 0,
    "eth": 0,
    "gbp": 0
  },
  "reward": 0,
  "bonus": 0,
  "baker": {
    "alias": "text",
    "address": "text"
  },
  "priority": 0
}