GET
/
v1
/
eth
/
consolidationCapacity
curl --request GET \
  --url https://api.rated.network/v1/eth/consolidationCapacity
{
  "next": "https://api.rated.network//v1/eth/consolidationCapacity?limit=10&offset=30",
  "pages": 10,
  "previous": "https://api.rated.network//v1/eth/consolidationCapacity?limit=10&offset=10",
  "results": [
    [
      {
        "consolidatedBalance": 7040000000000000,
        "consolidatedPercentage": 0.1,
        "consolidatedValidators": 220000,
        "consolidationCapacityFilled": 0.14,
        "consolidationChurnLimit": 49693200000000000,
        "latestEpoch": 364032,
        "timeWindow": "all"
      }
    ]
  ]
}

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
hoodi,
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

window
enum<string> | null

The time window of aggregation

Available options:
1d,
7d,
30d,
all

Response

200
application/json
Successful Response

The response is of type object.