Epoch

returns the miniblock with the given hash following the protocol structure

get
Path parameters
shardintegerRequired

the shard ID to look after

hashstringRequired

the hash to look after

epochintegerRequired

the epoch to look after

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