v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBEthereum Staking Reporting
Get Deposit Records
Retrieves deposit records filtered by either a withdrawal address or a validator public key (exactly one must be provided).
get/v2/ethereum/{network}/deposits
Path parameters
network'mainnet' | 'holesky' | 'hoodi' required
Network
Query parameters
withdrawalAddressstring
Ethereum withdrawal address
pubkeystring
Validator BLS public key
Response
List of deposit records
Example response
[
{
"path": "/v2/solana/mainnet/delegator",
"status": 400,
"error": "[endTime should be in unix epoch seconds]"
}
]