By hash?withTxs=true

returns a block by hash, with transactions included.

get
Path parameters
hashstringRequired

the hash to look after

shardintegerRequired

the shard ID to query the block for

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

successful operation

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