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
This method accepts no parameters.Response
blockID
— the block hash identifierblock_header
— block header information containing:raw_data
— raw block header data including:timestamp
— block generation timestamptxTrieRoot
— transaction trie root hashparentHash
— parent block hashnumber
— block heightwitness_address
— address of the block producerversion
— block version
witness_signature
— block producer’s signature
transactions
— array of transactions included in the block
Use case
Thewallet/getnowblock
method is used for:
- Monitoring the latest state of the blockchain in real-time.
- Retrieving the current block height and latest transactions.
- Synchronizing applications with the blockchain’s current state.
- Implementing block explorers and monitoring tools.
- Watching for new transactions as they are confirmed.
Body
application/json · object