#
balance
Returns the balance of a given address.
#
Description
Returns the confirmed, unconfirmed and total balance.
#
Endpoint
/v1/CHAIN/NETWORK/address/:address/balance
#
Example
#
Request
curl -X GET http://localhost:1031/v1/LTC/regtest/address/mkMUZNoiLh4uuuENU5HNZ4Ssxo8BqEQc5t/balance
#
Response
{
"confirmed": 99927794,
"unconfirmed": 0,
"balance": 99927794
}