GET_ACCOUNT_SNAPSHOT

Get a snapshot of an account at a specific slot & writeVersion

Overview

This method returns a snapshot of specific account data for a program based on a slot & writeVersion

GET_ACCOUNT_SNAPSHOT

post
/query/solana

Get a snapshot of an account at a specific slot & writeVersion

Header parameters
x-api-keystringRequired

the API key

Body
typestringRequired

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

Example: GET_ACCOUNT_SNAPSHOT
Responses
chevron-right
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 and writeVersion 773978115822. Return all fields in the post body.

Javascript

cURL

Last updated