Blocks
Get Block
Retrieve detailed information about a specific block using either its number or hash.
GET
Get Block by Hash or Number
Documentation Index
Fetch the complete documentation index at: https://docs.incentiv.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The block hash or block number to retrieve.
Response
Block details.
Unique hash that identifies the block.
Block number in the blockchain.
UNIX timestamp of when the block was mined.
Total gas used in the block.
Total gas limit of the block.
Base fee per gas used, introduced in EIP-1559.
Address of the miner who mined the block.
Number of transactions included in the block.
Number of user operations (AA) in the block.
Previous
Get Block TransactionsRetrieve all transactions that are included in the specified block.
Next
Get Block by Hash or Number