By hash

get a block from a specified shard and with a specified hash

get
Path parameters
shardintegerRequired

the shard ID to look after

hashstringRequired

the hash to look after

Responses
application/json
objectOptional
get
GET /block-atlas/{shard}/by-hash/{hash} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200

successful operation

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