Skip to content

Get Latest block information

Request information about latest mined block.

GET /latest-block
  • at - string (optional) - Access Token (json web token). Required if authentication is activated. Alternatively, the access token can be passed through the Authorization HTTP header (with the Bearer scheme).
GET /latest-block

Status code 200 with JSON response:

{
"height": 820468,
"hash": "00000000000000000001558a524524bc9f54c77ae7f219a0342f43a079722e62",
"time": 1742224936
}