getBlockTime
All the specifications for getBlockTime RPC Method on Solana
Returns the estimated production time of a block.
Parameters required for this RPC call
The Block number, identified by Slot. This is a u64 number.
curl https://rpc.shyft.to?api_key=YOUR-API-KEY -s -X \
POST -H "Content-Type: application/json" -d '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlockTime",
"params": [
377268280
]
}
'
Last updated
Was this helpful?