getLatestBlockhash
Retrieves the latest blockhash from the Solana blockchain, along with its associated slot and last valid block height.
Last updated
Was this helpful?
Retrieves the latest blockhash from the Solana blockchain, along with its associated slot and last valid block height.
None
slots - tring - The slot number associated with the latest blockhash.
blockhash - string - The latest blockhash
lastValidBlockHeight - string - The last block height at which the retrieved blockhash is valid
grpcurl -proto geyser.proto
-H "x-token: <your-token>"
-d '{}'
solana.blockpi.network
geyser.Geyser/GetBlockHeight/GetLatestBlockhashLast updated
Was this helpful?
Was this helpful?