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.
Return a list of account snapshots within the provided slot range
Header parameters
x-api-keystringRequired
the API key
Body
typestringRequiredExample:
should be set to 'LIST_ACCOUNT_SNAPSHOTS' This is the type of query you want to perform.
LIST_ACCOUNT_SNAPSHOTSResponses
200
Successful Response
application/json
post
/query/solana200
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