getMultipleAccounts

Returns the account information for a list of Pubkeys.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Pubkeyslist of stringsRequired
An array of Pubkeys to query.
ConfigurationobjectOptional
Optional configuration object.

Response

An array of JSON objects containing account details.
lamportsinteger or null
Number of lamports assigned to this account.
ownerstring or null
Program owner of this account.
datalist of strings or null
Account data in the specified encoding format.
executableboolean or null
Indicates if the account contains a program.
rentEpochinteger or null
The epoch at which this account will next owe rent.
sizeinteger or null
The data size of the account.