GET
/
v1
/
eth
/
consolidationCapacity
/
entity
curl --request GET \
  --url https://api.rated.network/v1/eth/consolidationCapacity/entity
{
  "next": "https://api.rated.network//v1/eth/consolidationCapacity/entity?limit=10&offset=30",
  "pages": 10,
  "previous": "https://api.rated.network//v1/eth/consolidationCapacity/entity?limit=10&offset=10",
  "results": [
    [
      {
        "consolidatedBalance": 320000000000000,
        "consolidatedValidators": 10000,
        "consolidationCapacityFilled": 0.006,
        "consolidationChurnLimit": 49693200000000000,
        "entity": "Lido",
        "latestEpoch": 364032,
        "networkCapacityRemaining": 0.994,
        "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

entity
string | null
window
enum<string>
required

The time window of aggregation

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

Response

200
application/json
Successful Response

The response is of type object.