New: getTransactionsForAddress - Query transaction history with advanced filtering, sorting, and pagination. Learn More
English
Returns the highest slot information that the node has snapshots for.
cURL
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 } }
Your Helius API key. You can get one for free in the dashboard.
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"
The node has a snapshot.
Identifier matching the request.
Latest available Solana blockchain snapshot information from this node.
Show child attributes
Highest Solana slot for which a complete blockchain state snapshot is available on this node.
100
Highest Solana slot for which an incremental state delta snapshot is available, built on top of the full snapshot.
110
Was this page helpful?