By nonce

returns the block at the given nonce following the protocol structure

get
Path parameters
shardintegerRequired

the shard ID to look after

nonceintegerRequired

the nonce to look after

Responses
200
successful operation
application/json
get
GET /internal/{shard}/raw/block/by-nonce/{nonce} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
{
  "data": {},
  "error": "text",
  "code": "text"
}