cURL
curl --request POST \ --url https://api.altude.so/api/Account/balance \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data ' { "accountAddress": "<string>", "mintAddress": "<string>" } '
{ "success": true, "balance": 1000000 }
Get the balance of a specific account