Report a validator exit transaction hash
PUT/v1/ethereum/validators/:pubkey/exit-requests/:requestId/submission
Associates an already-broadcast exit transaction with the request so its confirmation can be tracked. If confirmation is pending, wait for Retry-After before retrieving the request again. Request expiry prevents a new broadcast but does not prevent reporting an already-broadcast transaction.
Request
Responses
- 200
- 202
- 400
- 401
- 404
- 409
- 429
- 500
- default
Response Headers
Retry-After
Recommended minimum seconds before polling.
Invalid request
Unauthorized access
The specified Ethereum exit request was not found
The transaction hash cannot be attached
Too many requests
Internal server error
Unexpected error