getAccountChanges

getAccountChanges — Paginated per-write change history for one pubkey

post
/rewind

Paginated change history for one pubkey in [fromSlot, toSlot], newest first.

Parameters

  1. pubkey (required) — base58 pubkey.

  2. config (required) — see fields below.

Filter on dataChanged: true for a fast "show me only the writes that mutated bytes" view without paying to hydrate data blobs.

Authorizations
AuthorizationstringOptional

Pass Authorization: <api-key> on each request.

Body
jsonrpcstring · enumRequiredExample: 2.0Possible values:
idone ofRequiredExample: 1
stringOptional
or
integerOptional
methodstring · enumRequiredExample: getAccountChangesPossible values:
Responses
200

Successful response.

application/json
jsonrpcstring · enumRequiredPossible values:
idone ofRequired
stringOptional
or
integerOptional
post
/rewind

Last updated