SOL
POST
GET
Last updated on January 1, 1970
1 min read
Method getBlockTime undefined ()
connect with JSON-RPC protocol
getBlockTime
Returns the estimated production time of a block.Each validator reports their UTC time to the ledger on a regularinterval by intermittently adding a timestamp to a Vote for a particularblock. A requested blocks time is calculated from the stake-weightedmean of the Vote timestamps in a set of recent blocks recorded on theledger.
Parameters
block
- u64
block, identified by Slot.
Request
curl --location --request POST 'https://sol.getblock.io/mainnet' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "getBlockTime",
"params": [122791192],
"id": "getblock.io"}'
Response
{
"id": "getblock.io",
"jsonrpc": "2.0",
"result": 1646011316
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }