Skip to main content
GET
/
v1
/
height
Get block heights
curl --request GET \
  --url https://rest.alphanet.thruput.org/v1/height
{
  "finalized": "<string>",
  "locallyExecuted": "<string>",
  "clusterExecuted": "<string>"
}

Response

A successful response.

finalized
string<uint64>
required
locallyExecuted
string<uint64>
required
clusterExecuted
string<uint64>
required