getMultipleAccounts
Returns the account information for a list of Pubkeys.
Path parameters
apiKey
Request
This endpoint expects an object.
Pubkeys
An array of Pubkeys to query.
Configuration
Optional configuration object.
Response
An array of JSON objects containing account details.
lamports
Number of lamports assigned to this account.
owner
Program owner of this account.
data
Account data in the specified encoding format.
executable
Indicates if the account contains a program.
rentEpoch
The epoch at which this account will next owe rent.
size
The data size of the account.