Caboose

get

The current caboose for this 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'.

Responses
200Success
application/json
get
GET /chains/{chain_id}/levels/caboose HTTP/1.1
Host: xtz.nownodes.io
Accept: */*
{
  "block_hash": "text",
  "level": 1
}