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
No parameters required.Response
Returns the current solidified block information including:blockID
— the current block hashblock_header
— current block header informationtransactions
— array of transactions in the current blockblockSize
— size of the current block in bytestimestamp
— current block creation timestampnumber
— current block numberwitness_address
— address of the current block producer
Use case
Thewalletsolidity/getnowblock
method is used for:
- Retrieving the latest confirmed block from solidified blockchain state
- Getting current finalized blockchain height and timestamp
- Building applications that need reliable current block information
- Implementing monitoring systems that track confirmed blockchain progress
Body
application/json · object
Response
200 - application/json
Current solidified block information