---
title: "Get candidate's information"
method: GET
path: "/api/candidates/{candidate}"
tags: ["Candidates"]
---

# Get candidate's information

`GET /api/candidates/{candidate}`

## Response `200`

OK

- CandidateDetail
  - `_id` string — id
  - `candidate` string — candidate's address
  - `smartContractAddress` string — smart contract's address
  - `__v` number — __v
  - `capacity` string — capacity in wei
  - `createdAt` string — creation date of candidate
  - `owner` string — owner's address
  - `status` string — candidate's status
  - `updatedAt` string — update time
  - `latestSignedBlock` string — latest signed block
  - `capacityNumber` number — capacity number
  - `isMasternode` boolean — is masternode
  - `isPenalty` boolean — is penalty

## Other responses

- `406` — Not Acceptable

---

[API](https://skmtc.net/buildonviction/apis/vicmaster-apis.md) · [All operations](https://skmtc.net/buildonviction/apis/vicmaster-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buildonviction/vicmaster-apis/revisions/340b06a72a34/schema)
