getMultipleAccounts

getMultipleAccounts — Batched historical lookup at one shared boundary

post
/rewind

Returns the state of multiple accounts at one shared historical position.

Parameters

  1. pubkeys (required) — array of base58 pubkeys, length 1..=max_multi_accounts.

  2. config (required) — same shape as getAccountInfo's config; one positioning mode required.

Per-entry rewindSlot is independently resolved per pubkey: each entry's rewindSlot is the actual slot where its returned version lives (typically ≤ context.slot) and may differ between entries.

Authorizations
AuthorizationstringOptional

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

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

Successful response. Some entries may be null (no version exists, or response byte cap hit).

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

Last updated