getBlockTime
Returns the estimated production time of a block.
Last updated
Was this helpful?
Returns the estimated production time of a block.
Last updated
Was this helpful?
The JSON-RPC protocol version.
A unique identifier for the request.
1
The name of the RPC method to invoke.
Parameters for the request.
5
POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 63
{
"jsonrpc": "2.0",
"id": "1",
"method": "getBlockTime",
"params": [
5
]
}
{
"jsonrpc": "2.0",
"id": "text",
"result": 1574721591
}