Operations

Get baking by id

Returns baking operation with specified id.

get/v1/operations/baking/{id}

Path parameters

idinteger required

Operation id

Query parameters

quote'None' | 'Btc' | 'Eur' | 'Usd' | 'Cny' | 'Jpy' | 'Krw' | 'Eth' | 'Gbp'

Comma-separated list of ticker symbols to inject historical prices into response

Response

typestring

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

idinteger

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

levelinteger

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)

blockstring required

Block hash

payloadRoundinteger

Round at which the block payload was proposed

blockRoundinteger

Round at which the block was produced

depositinteger

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

rewardDelegatedinteger

Portion of fixed reward, corresponding to delegated stake, paid to payload proposer's liquid balance (micro tez) (it is not frozen and can be spent immediately).

rewardStakedOwninteger

Portion of fixed reward, corresponding to baker's own stake, paid to payload proposer's own staked balance (micro tez) (it is frozen and belongs to the baker).

rewardStakedEdgeinteger

Portion of fixed reward, corresponding to baker's edge from external stake, paid to payload proposer's own staked balance (micro tez) (it is frozen and belongs to the baker).

rewardStakedSharedinteger

Portion of fixed reward, corresponding to baker's external stake, paid to payload proposer's external staked balance (micro tez) (it is frozen and belongs to baker's stakers).

bonusDelegatedinteger

Portion of bonus reward, corresponding to delegated stake, paid to block producer's liquid balance (micro tez) (it is not frozen and can be spent immediately).

bonusStakedOwninteger

Portion of bonus reward, corresponding to baker's own stake, paid to block producer's own staked balance (micro tez) (it is frozen and belongs to the baker).

bonusStakedEdgeinteger

Portion of bonus reward, corresponding to baker's edge from external stake, paid to block producer's own staked balance (micro tez) (it is frozen and belongs to the baker).

bonusStakedSharedinteger

Portion of fixed reward, corresponding to baker's external stake, paid to block producer's external staked balance (micro tez) (it is frozen and belongs to baker's stakers).

feesinteger

Total fee gathered from operations, included into the block

Changes

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