New: getTransactionsForAddress - Query transaction history with advanced filtering, sorting, and pagination. Learn More [blocked]
English
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 } }
2.0
getHighestSnapshotSlot
Show child attributes
Was this page helpful?