Update builder metadata

Updates a builder's display name, and its slug while that slug is still the auto-assigned builder-<id> placeholder. Authorised by a signature from the builder's on-chain getBuilderInfo(builder_id).fee_recipient — no gas is spent.

name is always editable. slug is set-once: once a real slug is stored, a request carrying a different slug is rejected; repeating the current slug is a no-op.

Typed data:

UpdateBuilderMetadata(address account,uint16 builderId,string slug,string name,uint256 nonce,uint32 deadline)

Nonce from GET /v1/auth/nonce, domain from GET /v1/auth/eip712-domain, same as RegisterBuilder.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request to update a builder's off-chain metadata.

Request to update a builder's off-chain metadata.

string

Account signing the request; must equal the builder's on-chain fee recipient.

int64

Builder to update (uint16).

string

Desired slug. Applied only while the stored slug is still the "builder-

string

Display name, 1-50 characters.

string

One-time nonce from GET /v1/auth/nonce (hex).

int64

Unix timestamp after which the signature is rejected.

string

EIP-712 UpdateBuilderMetadata signature; 64-byte compact or 65-byte, hex-encoded.

Responses

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