cURL
curl --request POST \ --url https://api.altude.so/api/Account/getaccountinfo \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data ' { "accountAddress": "<string>" } '
{ "accountInfo": { "address": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d", "owner": "11111111111111111111111111111112", "lamports": 1000000, "executable": false } }
Get detailed information about an account