By nonce

return a block by nonce and shard.

get
Path parameters
shardintegerRequired

the shard ID to look after

nonceintegerRequired

the hash to look after

Responses
200
successful operation
application/json
get
GET /block/{shard}/by-nonce/{nonce} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200

successful operation

{
  "data": {},
  "error": "text",
  "code": "text"
}