Query MPC node status
Check the current online status of your MPC Node
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
data object
nodeId string
node id
onlineStatus integer
Online status (offline: 0, online: 1)
The connection status of MPC Node and Sinohope.
success boolean
{
"code": 200,
"msg": "",
"data": {
"nodeId": "asdf123123123",
"onlineStatus": 0
},
"success": true
}
Loading...