Candidates
Get masternodes(exclude Proposed candidates) information
get/api/candidates/masternodes
Response
OK
Example response
{
"items": [
{
"_id": "5c52a0df5f0abf3496d9a38f",
"candidate": "0x1d50df657b6dce50bac634bf18e2d986d807e940",
"smartContractAddress": "0x0000000000000000000000000000000000000088",
"__v": 0,
"capacity": "574962709628904011242293",
"capacityNumber": 574962.709628904,
"createdAt": "2019-01-31T07:16:47.833Z",
"nodeId": "1d50df657b6dce50bac634bf18e2d986d807e940",
"owner": "0x300d18c65563d0c9021d7722dd1aab74b9cc447f",
"status": "MASTERNODE",
"updatedAt": "2019-04-11T02:56:39.928Z",
"latestSignedBlock": 3899535,
"name": "GNBA.GE",
"rank": 1
}
],
"activeCandidates": 150,
"totalSlashed": 1,
"totalResigned": 53,
"totalProposed": 10
}