Operations

Get attestation reward by id

Returns attestation reward operation with specified id.

get/v1/operations/attestation_rewards/{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, attestation_reward

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

expectedinteger

Expected attestation reward, based on baker's active stake (micro tez)

rewardDelegatedinteger

Reward, corresponding to delegated stake, paid to baker's liquid balance (micro tez) (it is not frozen and can be spent immediately).

rewardStakedOwninteger

Reward, corresponding to baker's own stake, paid to baker's own staked balance (micro tez) (it is frozen and belongs to the baker).

rewardStakedEdgeinteger

Reward, corresponding to baker's edge from external stake, paid to baker's own staked balance (micro tez) (it is frozen and belongs to the baker).

rewardStakedSharedinteger

Reward, corresponding to baker's external stake, paid to baker's external staked balance (micro tez) (it is frozen and belongs to baker's stakers).

Changes

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