Block Header
status: stable
Return the latest block-header available at the chain source
GET
/blocks/latest/header
curl \
--request GET https://localhost:8090/v2/blocks/latest/header
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}
Response examples (200)
{
"header_hash": "3c07030e36bfffe67e2e2ec09e5293d384637cd2f004356ef320f3fe6c52041a",
"slot_no": {
"quantity": 42000,
"unit": "slot"
},
"block_height": {
"quantity": 1337,
"unit": "block"
}
}