post
https://api.shasta.trongrid.io/wallet/getnowblock
Query the latest block produced by the FullNode. The returned block may not be solidified.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Query the latest block produced by the FullNode. The returned block may not be solidified, so do not use this API as final-state confirmation.
FullNode vs. SolidityNodeThe FullNode endpoint, usually on port 8090, returns the latest produced block. The SolidityNode endpoint, usually on port 8091, returns the latest solidified block and normally lags the chain head by about 1 minute. Use the SolidityNode version when final state is required.
Related resources
- GetBlockByLatestNum — query the latest N blocks
- GetBlock — query a block by number or ID
- GetNowBlock (SolidityNode) — query the latest solidified block
- Blocks — block structure and block-query selection
- Consensus and DPoS — solidification by at least 19 distinct active SRs