latestOpenAPI 3.0.02026-08-138371125.7 KB

707a88e0b355

DV Exit

Push Distributed Validator partial signed exit message

This endpoint saves partial signed exit messages.

post/v1/exp/partial_exits/{lockHash}

Path parameters

lockHashstring required

The lockHash of the cluster which the validator belongs to

Request body

share_idxnumber required
signaturestring required

Example request

{
  "partial_exits": [
    {
      "public_key": "0x8b69c67720c909423d7edc5d3a7554e1d1e50f6d7d5f8d18548d68daf424e536afba8b31fbd15df1970ba4af4a7d944c",
      "signed_exit_message": {
        "message": {
          "epoch": "162304",
          "validator_index": "42"
        }
      }
    }
  ],
  "share_idx": 42
}

Response

success message