GET
/
v1
/
eth
/
geographicalDistributions
curl --request GET \
  --url https://api.rated.network/v1/eth/geographicalDistributions
{
  "next": "https://api.rated.network//v1/eth/geographicalDistributions?limit=10&offset=30",
  "pages": 10,
  "previous": "https://api.rated.network//v1/eth/geographicalDistributions?limit=10&offset=10",
  "results": [
    [
      {
        "country": "United States",
        "country_code": "US",
        "dist_type": "pros",
        "validator_share": 0.5
      }
    ]
  ]
}

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Query Parameters

limit
integer
default:
10

The number of results returned per page

offset
integer
default:
0

The number of results to skip before starting to return

distributionType
enum<string> | null

The distribution type to filter by

Available options:
all,
pros

Response

200
application/json
Successful Response
previous
string | null
required
next
string | null
required
pages
integer
required
Required range: x > 0
results
object[]
required