getAccountInfo
Returns all information associated with the account of provided Pubkey.
Path parameters
apiKey
Request
This endpoint expects an object.
Pubkey
Pubkey of the account to query.
Configuration
Optional configuration object for additional settings.
Response
Returns details of the account including balance, ownership, and other relevant data.
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.