Skip to main content

/peggy/v1/valset REST API Endpoint

Retrieves a specific validator set (valset) by nonce used in the Peggy bridge to represent the validator membership for signing operations on Ethereum.

Updated on
Jun 23, 2025

/peggy/v1/valset REST API Endpoint

Query Parameters

nonce
string
Unique identifier (nonce) of the valset to query

Returns

valset
object
Valset is the Ethereum Bridge Multisig Set; each Peggy validator maintains an Ethereum key used to sign transactions, helping reduce gas costs on Ethereum.
nonce
string
The nonce that uniquely identifies this valset instance
members
array
List of validator members in the set along with their Ethereum addresses and associated power
power
string
Voting power of the validator in the set
ethereum_address
string
Ethereum address associated with the validator used for signing operations
height
string
Block height at which this valset was created
reward_amount
string
Optional reward amount paid to validators for signing this valset
reward_token
string
Ethereum address of the token used for the reward, in hex format
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free