Returns all information associated with the account of provided Pubkey
Last updated 4 months ago
Was this helpful?
The JSON-RPC protocol version.
2.0
A unique identifier for the request.
1
The name of the RPC method to invoke.
getAccountInfo
POST / HTTP/1.1 Host: mainnet.helius-rpc.com Content-Type: application/json Accept: */* Content-Length: 129 { "jsonrpc": "2.0", "id": 1, "method": "getAccountInfo", "params": [ "vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg", { "encoding": "base58" } ] }
Successfully retrieved account information.
{ "jsonrpc": "2.0", "result": { "context": { "apiVersion": "2.0.15", "slot": 341197053 }, "value": null } }