Retrieve detailed information about a specific account address.
Request Body
The address of the account to get information for
Response
Detailed account information
{
"accountInfo": {
"address": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d",
"owner": "11111111111111111111111111111112",
"lamports": 1000000,
"executable": false
}
}