post
https://api.contributiondao.com/api/v1.0/ethereum/message/claim-reward
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:
- The user sends a list of
publicKeys. - The backend verifies that all provided public keys belong to the same Withdrawal Address.
- If valid, the backend returns a message that must be signed by that Withdrawal Address.
- Once signed and verified (via
/ethereum/message/verify), the backend will trigger the claim transaction.
