By hash

returns the block with the given hash following the protocol structure, nut JSON encoded

get
Path parameters
shardintegerRequired

the shard ID to look after

hashstringRequired

the hash to look after

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