/
MU
multiversx
/
MultiversX Gateway API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
about
2
actions
2
address
16
block
6
get
get a block from a specified shard and with a specified hash
get
returns all blocks by round.
get
return a block by nonce and shard.
get
returns a block by nonce, with transactions included.
get
returns a block by hash.
get
returns a block by hash, with transactions included.
block-atlas
1
hyperblock
2
internal
8
network
15
node
2
proof
4
status
2
transaction
15
validator
1
vm-values
4
block
returns all blocks by round.
get
/block/by-round/{round}
Path parameters
round
integer
required
the round to look after
Response
successful operation
GenericResponse
required
data
object
error
string
code
string
Changes