Datasets / @lido/v2 / steth

@lido/v2 · steth

StakingEthereum30h ago · #25,483,951
Get API key
Contract 0xae7a…84View on Etherscan ↗

Series 2 canonical IDs · click a row to chart it · hover to copy

Series IDKindType
eth:lido:v2:0xae7a…84:call:gettotalpooledethercalluint256
eth:lido:v2:0xae7a…84:call:gettotalsharescalluint256
PreviewgetTotalPooledEther()1h preview · full history via API →
916341291634149163416916341823:2023:25Avg 9163415.1

Quick start

· per-block rows require an API key
from defipipe import Client # per-block rows require an API key (analyst: hot window, quant: full history) df = Client().series("eth:lido:v2:0xae7ab96520de3a18e5e111b5eaab095312d7fe84:call:gettotalpooledether")

Indexer ABI the exact functions the indexer samples (registry.protocol_abis)

valid from block 0

[ { "name": "getTotalPooledEther", "type": "function", "inputs": [], "outputs": [ { "name": "", "type": "uint256" } ], "stateMutability": "view" }, { "name": "getTotalShares", "type": "function", "inputs": [], "outputs": [ { "name": "", "type": "uint256" } ], "stateMutability": "view" } ]