GetBlock

Query a block by block number or block ID, with support for header-only or full block responses.

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

Query a block by block number or block ID. Use this API when the client needs either a block header or the full block body, including transactions.


Related resources

Body Params
string

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

boolean

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!