Epoch

Epoch and validator scoring information

Get epoch scores for all validators

get
/api/epoch/score

Retrieve mining scores for all validators in the current epoch

Responses
chevron-right
200

Epoch scores

application/json
Responseobject
get
/api/epoch/score
200

Epoch scores

Get epoch score for validator

get
/api/epoch/score/{pk}

Retrieve mining score for a specific validator

Path parameters
pkstringRequired

Validator public key (Base58 encoded)

Responses
chevron-right
200

Validator epoch score

application/json
Responseobject
get
/api/epoch/score/{pk}
200

Validator epoch score

Get emission address for validator

get
/api/epoch/get_emission_address/{pk}

Retrieve the emission (reward) address for a validator

Path parameters
pkstringRequired

Validator public key (Base58 encoded)

Responses
chevron-right
200

Emission address

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

Emission address

Check if solution is in epoch

get
/api/epoch/sol_in_epoch/{epoch}/{sol_hash}

Verify if a specific proof-of-work solution was submitted in an epoch

Path parameters
epochintegerRequired

Epoch number

sol_hashstringRequired

Solution hash (Base58 encoded)

Responses
chevron-right
200

Solution verification result

application/json
Responseobject
get
/api/epoch/sol_in_epoch/{epoch}/{sol_hash}
200

Solution verification result

Last updated