walletsolidity/getnowblock
Walletsolidity methods
walletsolidity/getnowblock | TRON
TRON API method that retrieves the current solidified block (latest confirmed block). walletsolidity/getnowblock on TRON via Chainstack.
POST
walletsolidity/getnowblock
TRON API method that retrieves the current solidified block (latest confirmed block). This method queries the most recent confirmed and finalized blockchain state, providing reliable current block information that cannot be rolled back.
Get your 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
The body is of type object.
Response
200 - application/json
Current solidified block information
Last modified on May 18, 2026