New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Returns the highest slot information that the node has snapshots for.
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getHighestSnapshotSlot"
}
'{
"jsonrpc": "2.0",
"id": "1",
"result": {
"full": 100,
"incremental": 110
}
}This will find the highest full snapshot slot, and the highest incremental snapshot slot based on the full snapshot slot, if there is one.Documentation Index
Fetch the complete documentation index at: https://helius-add-sendbundle-api-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The JSON-RPC protocol version.
2.0 "2.0"
A unique identifier for the request.
"1"
The name of the RPC method to invoke.
getHighestSnapshotSlot "getHighestSnapshotSlot"
Was this page helpful?
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getHighestSnapshotSlot"
}
'{
"jsonrpc": "2.0",
"id": "1",
"result": {
"full": 100,
"incremental": 110
}
}