latestOpenAPI 3.0.02026-08-138371125.7 KB
707a88e0b355
Fee Recipient
Submit partial fee recipient registrations
Stores partial BLS-signed builder registration messages for a given cluster operator. Partials are grouped into builder registrations by message content (fee_recipient, gas_limit, timestamp). The timestamp must be greater than or equal to the highest timestamp any operator has submitted for each pubkey. Equal timestamps are allowed so operators can join an existing registration group.
post/fee_recipient/partial/{lockHash}/{shareIdx}
Path parameters
lockHashstring required
Example:0x1234abcd...
The cluster lock hash.
shareIdxnumber required
Example:1
The operator share index (1-based).
Request body
Response
Partial registrations saved successfully.