Validated blocks
get
Monitor all blocks that were successfully validated by the node but are not applied nor stored yet, disregarding whether they are going to be selected as the new head or not.
Query parameters
protocolstringOptional
Protocol_hash (Base58Check-encoded)
next_protocolstringOptional
Protocol_hash (Base58Check-encoded)
chainstringOptional
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
Responses
200Success
application/json
default
application/json
get
GET /monitor/validated_blocks HTTP/1.1
Host: xtz.nownodes.io
Accept: */*
{
"chain_id": "text",
"hash": "text",
"header": {
"level": 1,
"proto": 1,
"predecessor": "text",
"timestamp": "text",
"validation_pass": 1,
"operations_hash": "text",
"fitness": [
"text"
],
"context": "text",
"protocol_data": "text"
},
"operations": [
[
{
"branch": "text",
"data": "text"
}
]
]
}