v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Ethereum 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

timestampstring

The timestamp of the error in ISO-8601 format

pathstring

The path called when the error occurred

statusnumber

The http status code

errorstring

A useful description of the error that occurred

Example response

[
  {
    "path": "/v2/solana/mainnet/delegator",
    "status": 400,
    "error": "[endTime should be in unix epoch seconds]"
  }
]