Skip to main content

GetEpoch gRPC Method

Retrieves epoch information from the network including validator set and epoch parameters.

Updated on
Jun 17, 2025

GetEpoch gRPC Method

Parameters

epoch
string
The identifier of the epoch to retrieve. If omitted, the latest epoch will be returned.
read_mask
object
Field mask specifying which fields to include in the response.
paths
array
List of field names to return (e.g., 'epoch', 'committee', 'start', 'end', etc.).

Returns

epoch
string
The numerical identifier of the epoch.
committee
object
Details about the validator committee for the epoch.
epoch
string
The epoch this committee is assigned to.
members
array
List of committee members and their associated stake.
publicKey
string
The BLS public key of the committee member.
stake
string
The amount of stake delegated to this validator for the epoch.
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free