Skip to main content

getHighestSnapshotSlot RPC Method

Loading...

Updated on
Apr 30, 2025

getHighestSnapshotSlot RPC Method

Please note that this method is only available in solana-core v1.9 or newer. Please use getSnapshotSlot for solana-core v1.8

Parameters

This method does not accept any parameters

Returns

result
Loading...
full
Loading...
incremental
Loading...
Request
1
curl https://docs-demo.solana-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","id":1, "method":"getHighestSnapshotSlot"}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"full": 335468045,
5
"incremental": 335501720
6
},
7
"id": 1
8
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free