GetBlock

Query a block by block number or block ID from the SolidityNode view. Only solidified blocks are returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Query a block by block number or block ID from the SolidityNode view. Only solidified blocks are returned.

Use this version when block data must represent final state. Use the FullNode version when you need the latest head view and can tolerate unsolidified data.


Related resources

Body Params
string

Block height or hash. If omitted, the latest block is queried. Example: 1000000

boolean
Defaults to false

Whether to query the full block information. Set to true to query the entire block details; set to false to query only the block header. (Default: false)

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!