v1
latestOpenAPI 3.1.02026-07-243035381.4 MBAlgorand - Tatum API
Get Algorand Account balance
<h4>1 credit per API call.</h4><br/> <p>Get Algorand account balance in ALGO.</p>get/v3/algorand/account/balance/{address}
Path parameters
addressstring required
Example:TMETT6BXL3QUH7AH5TS6IONU7LVTLKIGG54CFCNPMQXWGRIZFIESZBYWP4
Account address you want to get balance of
Response
OK
Example response
{
"assets": [
{
"amount": 1000,
"assetIndex": 87748168
}
],
"balance": 1000
}