GET_ACCOUNT_SNAPSHOT_AT_SLOT
Get a snapshot of an account at a specific slot
Overview
This method returns a snapshot account data for a program based on a specific slot
Get a snapshot of an account at a specific slot
Header parameters
x-api-keystringRequired
the API key
Body
typestringRequiredExample:
Should be set to 'GET_ACCOUNT_SNAPSHOT_AT_SLOT'. This is the type of query you want to perform.
GET_ACCOUNT_SNAPSHOT_AT_SLOTResponses
200
Successful Response
application/json; charset=utf-8
post
/query/solana200
Successful Response
Example
Program - Candy Machine
Description - Return a snapshot of the CandyMachine account: Avax...wh8K at slot 204584643. Return all fields in the post body.
Javascript
cURL
Last updated