Exit Validators

post

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkstring · enumRequired

The network

Default: mainnetPossible values:
Body
transaction_typeintegerOptional

Type of the returned transaction. 0 for legacy transactions. 2 for EIP-1559 transactions.

Default: 0Example: 2
Responses
200

OK

application/json
post
/v1/api/ethereum/{network}/exit_validators

Last updated