Query a block by number from the SolidityNode view. A successful response means the block is solidified.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Query a block by number from the SolidityNode view. A successful response means that block number is already solidified.
Use as a solidification probeOn SolidityNode, found means solidified. Not found usually means the height is not solidified yet, the SolidityNode has not reached that height, or the height does not exist. Poll again instead of recording a business failure immediately.
Confirmation semantics
When this API returns a block object, the block number is solidified in the SolidityNode view. For solidified block scans, persist the highest processed block number. Transaction bodies, receipts, events, and internal transactions serve different parsing roles; see Confirmation semantics for the state model.
Related resources
- GetBlockByNum (FullNode) — FullNode version, including unsolidified blocks
- GetBlock — query by number or ID from the SolidityNode view
- GetNowBlock — query the latest solidified block
- Blocks — block structure and block-query selection
- Confirmation semantics — final-state confirmation and receipt semantics