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_ACCOUNT_SNAPSHOT_AT_SLOT

post
/query/solana

Get a snapshot of an account at a specific slot

Header parameters
x-api-keystringRequired

the API key

Body
typestringRequired

Should be set to 'GET_ACCOUNT_SNAPSHOT_AT_SLOT'. This is the type of query you want to perform.

Example: GET_ACCOUNT_SNAPSHOT_AT_SLOT
Responses
200

Successful Response

application/json; charset=utf-8
post
/query/solana
200

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