interface ProtocolStatsResponse {
    aSrr7d: string;
    conversionRate: string;
    date: string;
    grossFeeLsEth: string;
    grossFeeRate: string;
    oracleReport: string;
    protocolServiceFeeRate: string;
    rewardsEth: string;
    totalEthStaked: string;
    totalLsEthSupply: string;
    totalProtocolActiveKeysCount: number;
    totalProtocolBurnsLsEth: string;
    totalProtocolMintsLsEth: string;
}

Properties

aSrr7d: string

7-day average staking reward rate

Example

"3.5"
conversionRate: string

ETH to LsETH conversion rate

Example

"1.0423421489732119402"
date: string

Date of the protocol statistics

Example

"2025-08-08T00:58:48Z"
grossFeeLsEth: string

Gross fee in LsETH

Example

"1234.56"
grossFeeRate: string

Gross fee rate

Example

"0.1"
oracleReport: string

Oracle report reference

Example

"19fedfa926a41b9d2e98f4f5bb30cd275de6be4cd6d9a45f20232bef61b6fa4600000088"
protocolServiceFeeRate: string

Protocol service fee rate

Example

"0.1"
rewardsEth: string

Total rewards in ETH

Example

"12345.67"
totalEthStaked: string

Total ETH staked in the protocol

Example

"1000000.4234949295"
totalLsEthSupply: string

Total LsETH token supply

Example

"950000.999586858321"
totalProtocolActiveKeysCount: number

Total number of active protocol validator keys

Example

25000
totalProtocolBurnsLsEth: string

Total LsETH burned by the protocol

Example

"50542.59394311209"
totalProtocolMintsLsEth: string

Total LsETH minted by the protocol

Example

"103509.4500201346984"

Generated using TypeDoc