null in value if the account does not exist.
Request
Parameters
Base-58 encoded public key of the account to query.
Commitment level for the query. One of
processed, confirmed, or finalized.Encoding for the account data field. One of
base58, base64, base64+zstd, or jsonParsed. Defaults to base64.Response
The account object, or
null if the account does not exist.Account balance in lamports (1 SOL = 1,000,000,000 lamports).
Base-58 encoded public key of the program that owns this account.
Whether this account contains a program and is strictly read-only.
Account data encoded per the requested
encoding. For jsonParsed, this is an object.The epoch at which this account will next owe rent.
The data size of the account in bytes.