Exit Validators

Provides a transaction, which after being signed and broadcasted, enables the specified validators to exit.

Models

exitValidatorRequest Body Object

{
  "validators": [
    {
      "public_key": "0x134dea....0c90eaca75aaff6c50a5c0b06b411699008"
    }
  ]
}

Exit Validators API Response (Status 200)

{
  "data": "0x4f498c7300000000000000000000000...50c02f63bb46475413b354c6444a",
  "gas": 87936,
  "gas_price": "27",
  "nonce": 35,
  "to": "0x0ab8792f74261e83...3fe41c89017c359dcd52b",
  "transaction_serialized": "0xf904b61e8459682f0a8301fb759...a5fd33679a2923ac5a22a696a69a456ec73efdeec88b8a5d9527b171fe7771",
  "value": "32000000000000000000"
}

Last updated