get
https://api.shasta.trongrid.io/walletsolidity/getnowblock
Query the latest solidified block, which is the height baseline for final-state reads.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Query the latest solidified block. This height is the baseline for final-state reads and usually lags the FullNode chain head by about 1 minute.
Confirmation semantics
This API returns the latest block visible to the SolidityNode solidified view. Incremental scans, final-state confirmation, and ledger backfills commonly use this height as the upper bound. Use the FullNode version for latest-head display.
A SolidityNode height that lags the FullNode chain head is normal. Do not treat this lag as a node fault by itself.
Related resources
- GetNowBlock (FullNode) — latest produced block, which may not be solidified
- GetBlockByNum — probe whether a specific height is solidified
- Blocks — block structure and block-query selection
- Consensus and DPoS — solidification by at least 19 distinct active SRs