Consensus & Epochs

Validator information and consensus data

Consensus-related endpoints for validator scoring, epoch information, and network governance data.

Get current epoch score

get
/api/epoch/score

Retrieves the epoch score for the current validator

Responses
200

Epoch score retrieved successfully

application/json
get
/api/epoch/score
200

Epoch score retrieved successfully

Get epoch score for validator

get
/api/epoch/score/{publicKey}

Retrieves the epoch score for a specific validator

Path parameters
publicKeystringRequired

Validator public key

Example: 7EVUJfpnEqK32KrzUAaR4Yf26KgT66AWwW63xSHw5mbgdQhV8iwL1NkHMAqTi5Hv3h
Responses
200

Epoch score retrieved successfully

application/json
get
/api/epoch/score/{publicKey}
200

Epoch score retrieved successfully

Get emission address

get
/api/epoch/get_emission_address/{publicKey}

Retrieves the emission address for a validator

Path parameters
publicKeystringRequired

Validator public key

Example: 7EVUJfpnEqK32KrzUAaR4Yf26KgT66AWwW63xSHw5mbgdQhV8iwL1NkHMAqTi5Hv3h
Responses
200

Emission address retrieved successfully

application/json
get
/api/epoch/get_emission_address/{publicKey}
200

Emission address retrieved successfully