Lido APR API

Read-only HTTP API returning the latest stETH staking APR and a 7-day simple moving average APR. Used by integrators, dashboards, and DeFi protocols to display Lido's current annualized yield. The Lido V2+ APR is computed from on-chain rebase events. A Hoodi testnet endpoint mirrors the same shape.

API entry from apis.yml

apis.yml Raw ↑
aid: lido:lido-apr-api
name: Lido APR API
description: Read-only HTTP API returning the latest stETH staking APR and a 7-day simple moving average
  APR. Used by integrators, dashboards, and DeFi protocols to display Lido's current annualized yield.
  The Lido V2+ APR is computed from on-chain rebase events. A Hoodi testnet endpoint mirrors the same
  shape.
humanURL: https://docs.lido.fi/integrations/api
tags:
- APR
- Yield
- stETH
- Statistics
properties:
- type: Documentation
  url: https://docs.lido.fi/integrations/api
- type: Endpoint
  url: https://eth-api.lido.fi/v1/protocol/steth/apr/last
- type: Endpoint
  url: https://eth-api.lido.fi/v1/protocol/steth/apr/sma
- type: Endpoint
  url: https://eth-api-hoodi.testnet.fi/v1/protocol/steth/apr/last
- url: graphql/lido-graphql.md
  type: GraphQL