Heads

get

Monitor all blocks that are successfully validated and applied by the node and selected as the new head of the given chain.

Path parameters
chain_idstringRequired

A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.

Query parameters
protocolstringOptional

Protocol_hash (Base58Check-encoded)

next_protocolstringOptional

Protocol_hash (Base58Check-encoded)

Responses
200Success
application/json
get
GET /monitor/heads/{chain_id} HTTP/1.1
Host: xtz.nownodes.io
Accept: */*
{
  "hash": "text",
  "level": 1,
  "proto": 1,
  "predecessor": "text",
  "timestamp": "text",
  "validation_pass": 1,
  "operations_hash": "text",
  "fitness": [
    "text"
  ],
  "context": "text",
  "protocol_data": "text"
}