POST get_balance
curl -X POST http://localhost:8491 \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "uaxn_balance_and_power", "params": { "Address": "D33I9VV501Hg.uaxn" }, "id": 1 }'
{ "jsonrpc": "2.0", "result": { "balance": "27782.203663204073", "power": "13746.508211135008" }, "id": 1 }%
Last updated 17 days ago