For more information, visit GitHub
Returns the finalized block by block height.
null
.tx_hash
for every receipt in the receipt_execution_outcomes
.
The tx_hash
is the hash of the transaction that produced the receipt.
Example: /v0/block/100000000
Returns the optimistic block by block height or redirects to the finalized block.
Example: /v0/block_opt/122000000
Redirects to the first block after genesis.
The block is guaranteed to exist and will be returned immediately.
Example: /v0/first_block
Redirects to the latest finalized block.
The block is guaranteed to exist and will be returned immediately.
Example: /v0/last_block/final
Redirects to the latest optimistic block.
The block is guaranteed to exist and will be returned immediately.
Example: /v0/last_block/optimistic