Validators

https://api.cerulea.app/v1

Manage validators on your private blockchains. Add, slash, update stake, and monitor real-time uptime and performance.

POST /blockchains/:blockchainId/validators

Add a new validator to the network

JSON
{
  "address": "0xAbCd...1234",
  "stake": 10000,
  "commission": 5,
  "metadata": { "name": "Acme Validator 1", "location": "EU" }
}

Validator Operations

GET /validators/:id/status Get real-time validator status and uptime
PUT /validators/:id/stake Update validator stake amount
POST /validators/:id/slash Apply slash penalty for misbehaviour
DELETE /validators/:id Remove a validator from the active set