Validators
How to create, manage or delete a validator on the NodeHub.io platform via API.
Get all validators
Headers
Name
Type
Description
[
{
"collateral": 32,
"creation_date": "2019/07/17 09:24:50",
"currency": "ethereum",
"id": "FemaleLikelyWolverine",
"last_reward": null,
"network_status": "UNKNOWN",
"nodehub_status": "start required",
"package": "cloud",
"validator_pubkey": "GVLGb7odP1o85sCHkPKMfPj25UHnDLnMaM",
"withdrawal_address": "GVLGb7odP1o85sCHkPKMfPj25UHnDLnMaM",
"fee_recipient": "GVLGb7odP1o85sCHkPKMfPj25UHnDLnMaM",
"sync_status": "done",
"ticker": "ETH"
}
]Get a specific validator
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Create a validator
Headers
Name
Type
Description
Request Body
Name
Type
Description
Change fee recipient
Headers
Name
Type
Description
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete a validator
Headers
Name
Type
Description
Path Parameters
Name
Type
Description
Last updated