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