P2P (beta)

Querying into aggregate stats on Ethereum's peer-to-peer networking layer

These endpoints are still in beta. If you spot inconsistencies or unexpected results, please get in touch via hello@rated.network or under #product-feedback in our Discord.

The P2P endpoints give a view into the Ethereum Beacon Chain's peer-to-peer networking layer. Using our in-house peer-to-peer probe, we are able to pinpoint IP addresses of nodes, and resolve those addresses to their geographical locations and other network metadata.

Geographic Distribution

This endpoint gives a list of countries and the respective share of the validator set based in those countries. Depending on the input to distType, this can the market share based on all the validators or just those are being run by professional entities.

Here's how to interpret the input required to operate it 👇

ParameterContext

distType

The type of distribution. This can either be all or pros.

Our definition of professional entities is largely based off our work on classifying solo stakers in the Ethereum validator set.

Hosting Provider Distribution

This endpoint gives a list of hosting providers and their respective share of the validator set. Depending on the input to distType, this can the market share based on all the validators or just those are being run by professional entities.

Here's how to interpret the input required to operate it 👇

ParameterContext

distType

The type of distribution. This can either be all or pros.

Last updated