Block atlas

get a block from a specified shard and at a specified nonce

get
Path parameters
shardintegerRequired

the shard ID to look after

nonceintegerRequired

the nonce to look after

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

successful operation

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