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.

ConfigurationobjectRequired

Optional configuration object.

Response

An array of JSON objects containing account details.

lamportsintegerOptional

Number of lamports assigned to this account.

ownerstringOptional

Program owner of this account.

datalist of stringsOptional

Account data in the specified encoding format.

executablebooleanOptional

Indicates if the account contains a program.

rentEpochintegerOptional

The epoch at which this account will next owe rent.

sizeintegerOptional

The data size of the account.