getAccountInfo
JSON-RPC — Accounts
getAccountInfo
Returns the account owner, lamports, and data blob for a single Solana address.
POST
getAccountInfo
Body
application/json
Available options:
2.0 Example:
"2.0"
Available options:
getAccountInfo Example:
"getAccountInfo"
[address, config?] — address (string, base58 pubkey); optional config {encoding, commitment, dataSlice, minContextSlot}
Example:
[
"So11111111111111111111111111111111111111112",
{ "encoding": "base64" }
]
Example:
1
