get_balance
Sum of unspent output values for an address (script hash), respecting coinbase maturity at the current tip.
Params
{ "address": "<64-hex>" }
Result
{
"address": "8d896d64...50",
"balance": 7368884920683
}
balance is in exfers. Divide by 100_000_000 to get EXFER.
This endpoint counts against the UTXO-scan rate limit (30 / min / IP).