GET /balance
Get the entire wallet balance.
Request
curl -s -X GET "${endpoint}/balance"
Response
{
  "total": 2513444800,
  "unlocked": 800000000,
}
For querying received amounts to subaddresses take a look at
GET /receive/:addressendpoint.
Get the entire wallet balance.
curl -s -X GET "${endpoint}/balance"
{
  "total": 2513444800,
  "unlocked": 800000000,
}
For querying received amounts to subaddresses take a look at
GET /receive/:addressendpoint.