/v1/exit-validatorsAsk AIpost https://api.stake.fish/eth/stake/v1/exit-validatorsInitiates the process of exiting a validator from Ethereum staking operations using their indices.Body Paramsindicesarrayrequiredlength between 1 and 100The indices of the validator(s). Must be an array of integers (or strings representing them)indices* string | integerstringintegerADD string | integersignaturestringrequiredThe EIP-191 or the EIP-1271 signature of the message.messagestringrequiredThe message to be signed by the user. Proves intent to exit and wallet ownership.Responses 200Provides the status of the exit request along with detailed information about the validator involved. This includes whether the exit was successful and any relevant validator attributes. 400Returns an error object describing the payload validation issues. 401Returns an error message 403Returns an error message 500Default ResponseUpdated 10 months ago