Tezos · Schema
StakingOperation
TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "StakingOperation",
"allOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"description": "Type of the operation, `staking`"
},
"id": {
"type": "integer",
"description": "Internal TzKT ID. \n**[sortable]**",
"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"
},
"hash": {
"type": "string",
"description": "Hash of the operation"
},
"sender": {
"description": "Information about the account who has sent the operation",
"oneOf": [
{
"$ref": "#/components/schemas/Alias"
}
]
},
"staker": {
"description": "Information about the account for which the action is performed",
"oneOf": [
{
"$ref": "#/components/schemas/Alias"
}
]
},
"counter": {
"type": "integer",
"description": "An account nonce which is used to prevent operation replay",
"format": "int32"
},
"gasLimit": {
"type": "integer",
"description": "A cap on the amount of gas a given operation can consume",
"format": "int32"
},
"gasUsed": {
"type": "integer",
"description": "Amount of gas, consumed by the operation",
"format": "int32"
},
"storageLimit": {
"type": "integer",
"description": "A cap on the amount of storage a given operation can consume",
"format": "int32"
},
"bakerFee": {
"type": "integer",
"description": "Fee to the baker, produced block, in which the operation was included (micro tez)",
"format": "int64"
},
"action": {
"type": "string",
"description": "Staking action (`stake`, `unstake`, `finalize`)"
},
"requestedAmount": {
"type": "integer",
"description": "Amount passed as the staking operation parameter (micro tez)",
"format": "int64"
},
"amount": {
"type": "integer",
"description": "Actually processed amount (micro tez)",
"format": "int64",
"nullable": true
},
"baker": {
"description": "Information about the baker",
"nullable": true,
"oneOf": [
{
"$ref": "#/components/schemas/Alias"
}
]
},
"stakingUpdatesCount": {
"type": "integer",
"description": "Number of staking updates happened internally",
"format": "int64",
"nullable": true
},
"status": {
"type": "string",
"description": "Operation status (`applied` - an operation applied by the node and successfully added to the blockchain,\n`failed` - an operation which failed with some particular error (not enough balance, gas limit, etc),\n`backtracked` - an operation which was successful but reverted due to one of the following operations in the same operation group was failed,\n`skipped` - all operations after the failed one in an operation group)"
},
"errors": {
"type": "array",
"description": "List of errors provided by the node, injected the operation to the blockchain. `null` if there is no errors",
"nullable": true,
"items": {
"$ref": "#/components/schemas/OperationError"
}
},
"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/stakingoperation"
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.