Operations

Get double baking by hash

Returns a double baking operation with specified hash.

get/v1/operations/double_baking/{hash}

Path parameters

hashstring required

Operation hash

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, double_baking - is used by bakers to provide evidence of double baking (baking two different blocks at the same height) by a baker

idinteger

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

levelinteger

Height of the block from the genesis block, in which the operation was included

timestampstring date-time

Datetime of the block, in which the operation was included (ISO 8601, e.g. 2020-02-20T02:40:57Z)

blockstring required

Hash of the block, in which the operation was included

hashstring required

Hash of the operation

accusedLevelinteger

Height of the block from the genesis, which was double baked

slashedLevelinteger

Height of the block from the genesis, at which the offender was slashed

rewardinteger

Reward of the baker, produced the block, in which the accusation was included

lostStakedinteger

Amount slashed from baker's own staked balance

lostUnstakedinteger

Amount slashed from baker's own unstaked balance

lostExternalStakedinteger

Amount slashed from baker's external staked balance

lostExternalUnstakedinteger

Amount slashed from baker's external unstaked balance

stakingUpdatesCountinteger nullable

Number of staking updates happened internally

Changes

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