Metadata endpoint is available only to annual commitment and custom Enterprise plans. Get in touch with hello@rated.network to learn more.

Entity Metadata

The entity metadata endpoints inform you about how validators are mapped to entities, their APRs, and slashing metrics.

Please head to our Glossary to understand what individual metrics refer to.

Get Validator mappings for Pools and Operators

GET
/
v1
/
eth
/
entities
/
{entity_id}
/
mappings

Get APR information for Pools, Operators and Addresses

GET
/
v1
/
eth
/
entities
/
{entity_id}
/
aprs

Validator Metadata

The validator metadata endpoints provide information about validator mappings, APR, and slashing history.

Get Pool and Operator mappings for all Validators

GET
/
v1
/
eth
/
validators
/
mappings

Get Pool and Operator mappings for Validators

GET
/
v1
/
eth
/
validators
/
{validator_index_or_pubkey}
/
mappings

Get APR information for Validators

GET
/
v1
/
eth
/
validators
/
{validator_index_or_pubkey}
/
aprs

Get Slashings information for all Validators

GET
/
v1
/
eth
/
validators
/
slashings

API Metadata

Information about the Rated API endpoints and their specifications.

Get metadata on the Rated Ethereum API endpoints

GET
/
v1
/
eth
/
apiMetadata