get https://{server_url}/{api_key}/eth/v2/beacon/blocks/
Retrieves block details for given block id.
Depending on Accept
header it can be returned either as json or as bytes serialized by SSZ
Log in to see full request history
Responses
Retrieves block details for given block id.
Depending on Accept
header it can be returned either as json or as bytes serialized by SSZ
xxxxxxxxxx
curl --request GET \
--url https://eth2-beacon-mainnet.nodereal.io/v1/api_key/eth/v2/beacon/blocks/block_id \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: