Skip to main content

Introduction to kETH Subgraph

This documentation is a guide on how to use the kETH subgraph. This subgraph currently indexes the smart contract suite deployed on Mainnet and Goerli. Data points available include:

Event - For capturing crucial information emitted as events via the contracts

{
events{
id
tx
blockNumber
blockTimestamp
from
type
keys
values
}
}

User - Store the user and their kETH and dETH share amounts

{
users{
id
kETHShare
dETHShare
}
}