Rocket Pool API

Decentralized Ethereum liquid staking protocol

What is Rocket Pool?

Rocket Pool is a decentralized Ethereum liquid staking protocol that allows anyone to stake ETH and run a node. It's known for its decentralized node operator network and rETH liquid token.

Protocol Features

Integration

// Get rETH exchange rate
const rate = await rocketPool.getExchangeRate()

// Stake ETH and receive rETH
const rETH = await rocketPool.deposit({ value: ethAmount })

// Get validator info
const validators = await rocketPool.getNodeValidators(nodeAddress)

Stake with Rocket Pool

Integrate decentralized liquid staking into your app.

Build Now