Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
id_or_num
— block hash (as hex string) or block number to retrievedetail
— optional boolean. When true, returns detailed transaction information. Default is false.visible
— optional boolean parameter. When set totrue
, addresses are in base58 format. Default isfalse
.
Response
blockID
— the block hashblock_header
— block header information including:raw_data
— raw header data with timestamp, number, parent hash, etc.witness_signature
— block producer signature
transactions
— array of transactions in the block (detailed if detail=true)
Use case
Thewallet/getblock
method is used for:
- Retrieving specific block information for analysis
- Building block explorers and blockchain visualization tools
- Verifying block contents and transaction inclusion
- Monitoring blockchain state at specific block heights
- Analyzing block production patterns and timing
Body
application/json