Report a partial withdrawal transaction hash
PUT/v1/ethereum/validators/:pubkey/withdrawal-requests/:requestId/submission
Associates an already-broadcast partial withdrawal transaction with the request so its confirmation can be tracked. If confirmation is pending, wait for Retry-After before retrieving the request again. Reservation 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 partial withdrawal request was not found
The transaction hash cannot be attached
Too many requests
Internal server error
Unexpected error