Skip to main content

block REST API Endpoint

Retrieves a block at a specified height.

Updated on
Nov 7, 2024

block REST API Endpoint

Query Parameters

height
integer
REQUIRED
The block height to return. If no height is provided, the latest block is to be fetched

Returns

result
object
The result object which contains the following fields:
block_id
object
The block_id object which contains the information about the block's ID
hash
string
The hash of the block
parts
object
The parts object which contains the information about the parts of the block
total
integer
The total number of parts
hash
string
The hash of the parts
block
object
The block object which contains the following fields:
header
object
The header object which contains the information about the block header
version
object
The version of the block and the application
block
string
The block version
app
string
The application version
chain_id
string
The ID of the blockchain
height
string
The height of the block
time
string
The time at which the block was created
last_block_id
object
The last_block_id object which contains the information about the last block's ID
hash
string
The hash of the last block
parts
string
The parts object which contains the information about the parts of the last block
total
integer
The total number of parts of the last block
hash
string
The hash of the parts of the last block
last_commit_hash
string
The hash of the last commit
data_hash
string
The hash of the block's data
validators_hash
string
The hash of the validators
next_validators_hash
string
The hash of the next validators
consensus_hash
string
The hash of the consensus
app_hash
string
The hash of the application
last_results_hash
string
The hash of the last results
evidence_hash
string
The hash of the evidence
proposer_address
string
The address of the proposer
data
object
The data object which contains the following fields:
txs
array
An array of transactions
square_size
string
The square size
evidence
array
An array of evidence which contains the following fields:
type
string
The type of evidence
height
string
The height of the evidence
time
string
The time of the evidence
total_voting_power
string
The total voting power associated with the evidence
validator
object
The validator object which gives the information about the validator associated with the evidence
pub_key
string
The public key of the validator
type
string
The type of public key
value
string
The value of public key
voting_power
string
The voting power of the validator
address
string
The address of the validator
last_commit
object
The last_commit object which provide the information about the last commit
height
string
The height of the last commit
round
integer
The round of the last commit
block_id
object
The block_id object which provide the information about the ID of the last commit's block
hash
string
The hash of the last commit's block
parts
object
The parts object which provide the information about the parts of the last commit's block
total
integer
The total number of parts of the last commit's block
hash
string
The hash of the parts of the last commit's block
signatures
array
An array of signatures which contains the following fields:
block_id_flag
integer
The flag for the block ID
validator_address
string
The address of the validator who created this signature
timestamp
string
The timestamp of the signature
signature
string
The signature
Request
1
curl --location 'https://docs-demo.celestia-mainnet.quiknode.pro/block?height=2686731'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free