Skip to main content

Parameters

This method does not take any parameters.

Response

object

Code Examples

Basic Request

Using web3.js

Notes

  1. Returns information about the highest snapshot slots
  2. Full snapshots contain the complete ledger state
  3. Incremental snapshots contain changes since the last full snapshot
  4. Incremental snapshots may not be available on all nodes
  5. The response is immediate as it reads from the current state

Best Practices

  1. Use this method to determine snapshot availability
  2. Consider snapshot age when planning operations
  3. Cache results when appropriate to reduce RPC load
  4. Handle cases where incremental snapshots are not available
  5. Use in conjunction with other snapshot methods

Common Errors

Use Cases

  1. Snapshot Analysis
  2. Snapshot Monitoring
  3. Snapshot Verification