Skip to content

getTotalAddress

• Shows the total number of unique addresses active on the network.

• It gives insights into network size and user adoption.

getTotalAddress
curl http://localhost:8492/wallet_count
Response
{
"jsonrpc": "2.0",
"wallet_count":81,
"id": 1
}%