Get the last block
Query the last block of a scope
/_head/<scope>
GET
https://test-001-node.cloud.nxtfi.org/v2/_head/<scope>
Path Parameters
Name
Type
Description
<scope>*
string
Get information of the last block registered in the scope
{
"head": "e1beda10fee6405448a84e06cb8ff7fe43dbf509a807094398297ffb24b82125",
"height": 10,
"timestamp": 1667134954981
}
curl --location --request GET 'https://test-001-node.cloud.nxtfi.org/v2/_head/JCOAKS'
Last updated