Solana Tracker
Solana RPC/Methods

getSnapshotSlot RPC Method

Please note that this method is deprecated, no longer available on Devnet and Testnet, and will be removed from Mainnet soon. For a similar method you can use Solana's getHighestSnapshotSlot RPC method.

Description

Returns the highest slot that the node has a snapshot for.

Parameters

None

Returns

The highest slot number for which a snapshot is available

Code Examples

curl "https://rpc-mainnet.solanatracker.io/?api_key=YOUR_API_KEY_HERE" \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","id":1, "method":"getSnapshotSlot"}'

On this page