Hash

Get the block hash for the block on the given round.

get
Authorizations
Path parameters
roundintegerRequired

The round from which to fetch block hash information.

Responses
200
Hash of a block header.
application/json
get
GET /v2/blocks/{round}/hash HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
  "blockHash": "text"
}

Last updated