admin

Get validator-pause (andon-cord) state

Returns whether new validator claims are currently paused, plus metadata on who pulled the cord and when it auto-releases.

get/v1/admin/validator-pause

Response

Successful Response

activeboolean required

True when validator claims are paused

reasonstring nullable

Reason from the most recent pause

paused_bystring nullable

Admin hotkey that pulled the cord

paused_atstring date-time nullable

When the cord was pulled

auto_release_atstring date-time nullable

When the pause will auto-clear, if scheduled

Changes