Request execution rewards claim message

Generates a challenge message for the custodian to sign, confirming the intent to claim Execution Layer Rewards (MEV & Priority Tips) for specific validators.

Important Logic:

  1. The user sends a list of publicKeys.
  2. The backend verifies that all provided public keys belong to the same Withdrawal Address.
  3. If valid, the backend returns a message that must be signed by that Withdrawal Address.
  4. Once signed and verified (via /ethereum/message/verify), the backend will trigger the claim transaction.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The UUID of the account.

string
required

The Ethereum withdrawal address linked to the validator.
Note: Only this address has the authority to approve the exit.

publicKeys
array of strings
required
length ≥ 1

List of Validator Public Keys to claim rewards for.

publicKeys*
Responses

401

Access token or App Id is missing or invalid

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json