null for accounts that do not exist.
Request
Parameters
Array of base-58 encoded public keys to query. Maximum 100 keys per request.
Commitment level for the query. One of
processed, confirmed, or finalized.Encoding for account data. One of
base58, base64, base64+zstd, or jsonParsed. Defaults to base64.Response
Array of account objects in the same order as the requested
pubkeys. An entry is null if the corresponding account does not exist.Account balance in lamports.
Base-58 encoded public key of the program that owns the account.
Whether the account contains a program.
Account data, encoded per the requested
encoding.Data size of the account in bytes.