Solana
getHighestSnapshotSlot
Returns the highest slot information that the node has snapshots for. This will find the highest full snapshot slot, and the highest incremental snapshot slot based on the full snapshot slot, if there is one.
POST
Parameters
string
default:"solana"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"getHighestSnapshotSlot"
required
JSON-RPC method name.
Returns
object
Highest snapshot slot information including full and incremental snapshot slots.