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
Logic is similar to the GET /v0/block/ but returns only the .block key from the big
response. This will include the block header with chunk headers
Example: /v0/block/100000000/headers
Returns a single chunk of the block :block_height of the shard :shard_id
Example: /v0/block/100000000/chunk/0
Returns a single shard of the block :block_height of the shard :shard_id
Example: /v0/block/100000000/shard/0
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