wallet info
status: (string)
curl -sku "test:test" -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"1.0","method":"ui_walletStatus","params":[],"id":1}' http://127.0.0.1:8130/api | jq
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"stats": "lock"
}
}
© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License