Returns the highest full snapshot slot and, if available, the highest incremental snapshot slot built on it.
$ curl https://api.devnet.solana.com -s -X \> POST -H "Content-Type: application/json" -d '> {> "jsonrpc": "2.0",> "id": 1,> "method": "getHighestSnapshotSlot"> }> '
params
Noneresult
Snapshot
No Snapshot
Response
{"jsonrpc": "2.0","result": {"full": 100,"incremental": 110},"id": 1}
object
When the node has a snapshot, this returns a JSON object with the following fields:
Is this page helpful?