Skip to main content
GET
/
api
/
v1
/
rocketpool
/
stats
Rocket Pool network statistics
curl --request GET \
  --url 'https://beaconcha.in/api/v1/rocketpool/stats?apikey='
{
  "status": "OK",
  "data": {
    "claim_interval_time": "672:00:00",
    "claim_interval_time_start": 1758778539,
    "current_node_demand": -3.983366338292163e+21,
    "current_node_fee": 0.05,
    "effective_rpl_staked": 9.325076691110913e+24,
    "minipool_count": 42248,
    "node_count": 4024,
    "node_operator_rewards": 5.719242908397718e+22,
    "odao_member_count": 13,
    "reth_apr": 0.0384304813,
    "reth_exchange_rate": 1.1476800133,
    "reth_supply": 3.9133933672076725e+23,
    "rpl_price": 1114711058888101,
    "total_eth_balance": 4.4913233519356025e+23,
    "total_eth_staking": 4.471319830044493e+23
  }
}

Authorizations

apikey
string
query
required

Response

Rocket Pool statistics retrieved successfully. The data object contains current Rocket Pool network metrics.

Standard success envelope used by all API endpoints.

status
enum<string>

HTTP-independent status of the API operation. For successful responses this is always "OK".

Available options:
OK
data
object

Network-level Rocket Pool statistics as observed by the explorer backend.