AptosAptos Network's breakthrough technology and seamless user experience are now available on QuickNode.

Start building today!     

Contents

getSnapshotSlot RPC Method

This method is deprecated and will not be supported in future versions. For a similar method, you can use solana's getHighestSnapshotSlot RPC method.

The API credit value for this method is 1 . To learn more about API credits and each method's value, visit the API Credits page.

Parameters:

  1. none

Returns:

  1. result - The highest slot number for which a snapshot is available

Code Examples:

curl http://sample-endpoint-name.network.quiknode.pro/token-goes-here/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","id":1, "method":"getSnapshotSlot"}'
Ready to get started? Create a free account