Ethereum Data API
Ethereum Data API is a collection of APIs that expose read data from the Ethereum network.
Last updated
Ethereum Data API is a collection of APIs that expose read data from the Ethereum network.
Last updated
List all the smart contracts addresses used
OK
Get LsETH balance of a given address It is possible to specify for which block to get the balance at.
Account address to query the balance for
OK
Owner address
"0x123456789985ca04a69c35978c3a3e778d6ef172"
LsETH balance
"4200000000000000000000"
Block height of the balance
15034284
Get the LsETH balance history for a given address It returns a balance object for every block a balance change occurred It is possible to filter the history for a range only blocks
Address of the balance to query balance for
OK
Owner address
"0x123456789985ca04a69c35978c3a3e778d6ef172"
LsETH balance
"4200000000000000000000"
Block height of the balance
15034284
List LsETH balance of several addresses It is possible to specify for which block and which addresses to get the balances.
OK
Owner address
"0x123456789985ca04a69c35978c3a3e778d6ef172"
LsETH balance
"4200000000000000000000"
Block height of the balance
15034284
Get global information about protocol token supplies
OK
Count of total validators minus stopped validators on the consensus layer
58
Total consensus ETH balance of all validators on the consensus layer (as reported by the Oracle) in Wei
"128000000000000000000"
Height of the returned data
15034284
Total collected rewards
"3200000000000000000000"
ETH balance on the contract in Wei
"5000000000000000000"
Number of deposits
2
Total ETH balance of exited validators on the consensus layer (as reported by the Oracle) in Wei
"128000000000000000000"
Total ETH balance of exiting validators on the consensus layer (as reported by the Oracle) in Wei
"128000000000000000000"
Count of funded validators
102
Previous typo made, keeping for backwards compatibility
102
Count of funded validators and pending activation on the consensus layer (as reported by the Oracle)
2
Total ETH balance of pending validators in GWei
"64000000000000000000"
true
Total ETH balance of skimmed withdrawals (as reported by the Oracle) in Wei
"128000000000000000000"
false
Count of stopped LC validators on the consensus layer (as reported by the Oracle)
42
Total ETH balance managed by the River protocol in GWei
"3200000000000000000000"
Total ETH deposited
"3200000000000000000000"
Total LsETH supply
"3200000000000000000000"
Count of all LC validators found on the consensus layer (as reported by the Oracle)
100
Get global information about protocol token supplies at a given block number
Block height to query
OK
Count of total validators minus stopped validators on the consensus layer
58
Total consensus ETH balance of all validators on the consensus layer (as reported by the Oracle) in Wei
"128000000000000000000"
Height of the returned data
15034284
Total collected rewards
"3200000000000000000000"
ETH balance on the contract in Wei
"5000000000000000000"
Number of deposits
2
Total ETH balance of exited validators on the consensus layer (as reported by the Oracle) in Wei
"128000000000000000000"
Total ETH balance of exiting validators on the consensus layer (as reported by the Oracle) in Wei
"128000000000000000000"
Count of funded validators
102
Previous typo made, keeping for backwards compatibility
102
Count of funded validators and pending activation on the consensus layer (as reported by the Oracle)
2
Total ETH balance of pending validators in GWei
"64000000000000000000"
true
Total ETH balance of skimmed withdrawals (as reported by the Oracle) in Wei
"128000000000000000000"
false
Count of stopped LC validators on the consensus layer (as reported by the Oracle)
42
Total ETH balance managed by the River protocol in GWei
"3200000000000000000000"
Total ETH deposited
"3200000000000000000000"
Total LsETH supply
"3200000000000000000000"
Count of all LC validators found on the consensus layer (as reported by the Oracle)
100