debug
Regular address balance
Regular address balance at the current height
get/debug/state
Response
successful operation
object required
map of address <-> balance
Example response
{
"addr1": 0,
"addr2": 100
}Regular address balance at the current height
successful operation
map of address <-> balance
{
"addr1": 0,
"addr2": 100
}