curl --request GET \
--url 'https://beaconcha.in/api/v1/rocketpool/validator/{indexOrPubkey}?apikey='{
"status": "OK",
"data": {
"claimed_smoothing_pool": 2558507058679352300,
"effective_rpl_stake": 0,
"index": 652648,
"is_vacant": false,
"minipool_address": "0xc20eb9eca73be78a523aad5a4d9b70c797ff58a1",
"minipool_deposit_type": "Variable",
"minipool_node_fee": 0.14,
"minipool_status": "Staking",
"minipool_status_time": 1684570331,
"node_address": "0xfff1f570f09c073b6621c032b6072847fe9d6fac",
"node_deposit_balance": 8000000000000000000,
"node_deposit_credit": 0,
"node_max_rpl_stake": 0,
"node_min_rpl_stake": 0,
"node_refund_balance": 0,
"node_rpl_stake": 0,
"node_timezone_location": "Etc/UTC",
"penalty_count": 0,
"rpl_cumulative_rewards": 487854676781293300000,
"smoothing_pool_opted_in": false,
"unclaimed_rpl_rewards": 0,
"unclaimed_smoothing_pool": 0,
"user_deposit_balance": 24000000000000000000,
"version": 3
}
}Retrieve Rocket Pool–specific metadata for one or more Ethereum consensus validators.
You provide a comma-separated list of validator identifiers in the path parameter. The server resolves each identifier to a validator index and returns the corresponding Rocket Pool minipool and node data.
Response shape:
Use this endpoint to answer questions such as:
curl --request GET \
--url 'https://beaconcha.in/api/v1/rocketpool/validator/{indexOrPubkey}?apikey='{
"status": "OK",
"data": {
"claimed_smoothing_pool": 2558507058679352300,
"effective_rpl_stake": 0,
"index": 652648,
"is_vacant": false,
"minipool_address": "0xc20eb9eca73be78a523aad5a4d9b70c797ff58a1",
"minipool_deposit_type": "Variable",
"minipool_node_fee": 0.14,
"minipool_status": "Staking",
"minipool_status_time": 1684570331,
"node_address": "0xfff1f570f09c073b6621c032b6072847fe9d6fac",
"node_deposit_balance": 8000000000000000000,
"node_deposit_credit": 0,
"node_max_rpl_stake": 0,
"node_min_rpl_stake": 0,
"node_refund_balance": 0,
"node_rpl_stake": 0,
"node_timezone_location": "Etc/UTC",
"penalty_count": 0,
"rpl_cumulative_rewards": 487854676781293300000,
"smoothing_pool_opted_in": false,
"unclaimed_rpl_rewards": 0,
"unclaimed_smoothing_pool": 0,
"user_deposit_balance": 24000000000000000000,
"version": 3
}
}Comma-separated list (no spaces) of validator identifiers to query. Each identifier may be either:
Limits and resolution behavior:
Comma-separated list (no spaces) of validator identifiers. Each identifier must be either:
Resolution and limits:
"1,2,3"
Successful response with Rocket Pool validator data.
Was this page helpful?