Hyperblock
Authorizations
Path parameters
nonceintegerRequired
the nonce to look after
Responses
200
successful operation
application/json
get
GET /hyperblock/by-nonce/{nonce} HTTP/1.1
Host: egld.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
200
successful operation
{
"data": {},
"error": "text",
"code": "text"
}
Authorizations
Path parameters
hashstringRequired
the hash to look after
Responses
200
successful operation
application/json
get
GET /hyperblock/by-hash/{hash} HTTP/1.1
Host: egld.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
200
successful operation
{
"data": {},
"error": "text",
"code": "text"
}