Skip to main content

/peggy/v1/valset/confirm REST API Endpoint

Retrieves the confirmation message submitted by a validator (or orchestrator) for a specific valset nonce. This confirmation includes the validator's Ethereum signature over the validator set, which is used to update the multisig set on Ethereum.

Updated on
Jun 23, 2025

/peggy/v1/valset/confirm REST API Endpoint

Query Parameters

nonce
string
The nonce of the valset for which confirmation is being queried
address
string
The orchestrator address that submitted the confirmation

Returns

confirm
object
MsgValsetConfirm represents the confirmation a validator submits after signing the valset. It includes the signature, the orchestrator's address, and the Ethereum address associated with the validator.
nonce
string
The nonce of the valset that was signed
orchestrator
string
The address of the orchestrator who submitted the confirmation
eth_address
string
The Ethereum address used to sign the valset
signature
string
The Ethereum signature over the valset data
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free