LaserStream and Sender are now live! Experience ultra-fast data streaming and optimized transaction sending. Learn about LaserStream | Learn about Sender
Returns the highest slot information that the node has snapshots for.
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --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 node has a snapshot.
The response is of type object.
object
Was this page helpful?