State of the wallet
GET/wallet/state
Returns if the wallet is locked and its type
Responses
- 200
Success
- application/json
- Schema
- success
Schema
any
Success
{
"is_locked": false,
"type": "hd"
}
Loading...
GET/wallet/state
Returns if the wallet is locked and its type
Success
Schema
any
Success
{
"is_locked": false,
"type": "hd"
}