Returns all information associated with the account of provided Pubkey.
getAccountInfo now supports the changedSinceSlot parameter for incremental updates. When specified, the method returns only accounts that have been modified at or after the given slot number. For accounts that exist but haven’t changed since the specified slot, the response will contain status: "unchanged".The JSON-RPC protocol version.
2.0 A unique identifier for the request.
"1"
The name of the RPC method to invoke.
getAccountInfo Pubkey of account to query, as a base-58 encoded string.
"83astBRguLMdt2h5U1Tpdq5tjFoJ6noeGwaY3mDLVcri"