Tezos · Schema
DoubleBakingOperation
TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DoubleBakingOperation",
"allOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"description": "Type of the operation, `double_baking` - is used by bakers to provide evidence of double baking\n(baking two different blocks at the same height) by a baker"
},
"id": {
"type": "integer",
"description": "Unique ID of the operation, stored in the TzKT indexer database",
"format": "int64"
},
"level": {
"type": "integer",
"description": "Height of the block from the genesis block, in which the operation was included",
"format": "int32"
},
"timestamp": {
"type": "string",
"description": "Datetime of the block, in which the operation was included (ISO 8601, e.g. `2020-02-20T02:40:57Z`)",
"format": "date-time"
},
"block": {
"type": "string",
"description": "Hash of the block, in which the operation was included"
},
"hash": {
"type": "string",
"description": "Hash of the operation"
},
"accusedLevel": {
"type": "integer",
"description": "Height of the block from the genesis, which was double baked",
"format": "int32"
},
"slashedLevel": {
"type": "integer",
"description": "Height of the block from the genesis, at which the offender was slashed",
"format": "int32"
},
"accuser": {
"description": "Information about the baker, produced the block, in which the accusation was included",
"oneOf": [
{
"$ref": "#/components/schemas/Alias"
}
]
},
"reward": {
"type": "integer",
"description": "Reward of the baker, produced the block, in which the accusation was included",
"format": "int64"
},
"offender": {
"description": "Information about the baker, accused for producing two different blocks at the same level",
"oneOf": [
{
"$ref": "#/components/schemas/Alias"
}
]
},
"lostStaked": {
"type": "integer",
"description": "Amount slashed from baker's own staked balance",
"format": "int64"
},
"lostUnstaked": {
"type": "integer",
"description": "Amount slashed from baker's own unstaked balance",
"format": "int64"
},
"lostExternalStaked": {
"type": "integer",
"description": "Amount slashed from baker's external staked balance",
"format": "int64"
},
"lostExternalUnstaked": {
"type": "integer",
"description": "Amount slashed from baker's external unstaked balance",
"format": "int64"
},
"stakingUpdatesCount": {
"type": "integer",
"description": "Number of staking updates happened internally",
"format": "int32",
"nullable": true
},
"quote": {
"description": "Injected historical quote at the time of operation",
"nullable": true,
"oneOf": [
{
"$ref": "#/components/schemas/QuoteShort"
}
]
}
}
}
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/doublebakingoperation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.