LIST_ACCOUNT_SNAPSHOTS

Return a list of account snapshots within the provided slot range

Overview

This method returns a list of snapshot accounts within the provided slot range.

LIST_ACCOUNT_SNAPSHOTS

post
/query/solana

Return a list of account snapshots within the provided slot range

Header parameters
x-api-keystringRequired

the API key

Body
typestringRequired

should be set to 'LIST_ACCOUNT_SNAPSHOTS' This is the type of query you want to perform.

Example: LIST_ACCOUNT_SNAPSHOTS
Responses
200

Successful Response

application/json
post
/query/solana
200

Successful Response

Example

Program - Candy Machine

Description - Return a list of snapshots of the CandyMachine account: Avax...wh8K for the given slot range. Only include the following fields in the response body: slot, writeVersion, owner, pubKey, data.

Javascript

cURL

Last updated