getAccountInfo

Returns all information associated with the account of provided Pubkey.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
PubkeystringRequired

Pubkey of the account to query.

ConfigurationobjectRequired

Optional configuration object for additional settings.

Response

Returns details of the account including balance, ownership, and other relevant data.

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.