Get Latest block information
Request information about latest mined block.
GET /latest-blockParameters
Section titled “Parameters”- at -
string(optional) - Access Token (json web token). Required if authentication is activated. Alternatively, the access token can be passed through theAuthorizationHTTP header (with theBearerscheme).
Examples
Section titled “Examples”GET /latest-blockSuccess
Section titled “Success”Status code 200 with JSON response:
{ "height": 820468, "hash": "00000000000000000001558a524524bc9f54c77ae7f219a0342f43a079722e62", "time": 1742224936}