Tezos · Schema
BakingOperation
TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BakingOperation",
"allOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"description": "Type of the operation, `baking` - an operation which contains brief information about a baked (produced) block (synthetic type)"
},
"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",
"format": "int32"
},
"timestamp": {
"type": "string",
"description": "Datetime at which the block is claimed to have been created (ISO 8601, e.g. `2020-02-20T02:40:57Z`)",
"format": "date-time"
},
"block": {
"type": "string",
"description": "Block hash"
},
"proposer": {
"description": "Baker who proposed the block payload",
"oneOf": [
{
"$ref": "#/components/schemas/Alias"
}
]
},
"producer": {
"description": "Baker who produced the block",
"oneOf": [
{
"$ref": "#/components/schemas/Alias"
}
]
},
"payloadRound": {
"type": "integer",
"description": "Round at which the block payload was proposed",
"format": "int32"
},
"blockRound": {
"type": "integer",
"description": "Round at which the block was produced",
"format": "int32"
},
"deposit": {
"type": "integer",
"description": "Security deposit frozen on the baker's account for producing the block (micro tez)",
"format": "int64"
},
"rewardDelegated": {
"type": "integer",
"description": "Portion of fixed reward, corresponding to delegated stake, paid to payload proposer's liquid balance (micro tez)\n(it is not frozen and can be spent immediately).",
"format": "int64"
},
"rewardStakedOwn": {
"type": "integer",
"description": "Portion of fixed reward, corresponding to baker's own stake, paid to payload proposer's own staked balance (micro tez)\n(it is frozen and belongs to the baker).",
"format": "int64"
},
"rewardStakedEdge": {
"type": "integer",
"description": "Portion of fixed reward, corresponding to baker's edge from external stake, paid to payload proposer's own staked balance (micro tez)\n(it is frozen and belongs to the baker).",
"format": "int64"
},
"rewardStakedShared": {
"type": "integer",
"description": "Portion of fixed reward, corresponding to baker's external stake, paid to payload proposer's external staked balance (micro tez)\n(it is frozen and belongs to baker's stakers).",
"format": "int64"
},
"bonusDelegated": {
"type": "integer",
"description": "Portion of bonus reward, corresponding to delegated stake, paid to block producer's liquid balance (micro tez)\n(it is not frozen and can be spent immediately).",
"format": "int64"
},
"bonusStakedOwn": {
"type": "integer",
"description": "Portion of bonus reward, corresponding to baker's own stake, paid to block producer's own staked balance (micro tez)\n(it is frozen and belongs to the baker).",
"format": "int64"
},
"bonusStakedEdge": {
"type": "integer",
"description": "Portion of bonus reward, corresponding to baker's edge from external stake, paid to block producer's own staked balance (micro tez)\n(it is frozen and belongs to the baker).",
"format": "int64"
},
"bonusStakedShared": {
"type": "integer",
"description": "Portion of fixed reward, corresponding to baker's external stake, paid to block producer's external staked balance (micro tez)\n(it is frozen and belongs to baker's stakers).",
"format": "int64"
},
"fees": {
"type": "integer",
"description": "Total fee gathered from operations, included into the block",
"format": "int64"
},
"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/bakingoperation"
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.