---
title: "Retrieve partial deposit data for a validator"
method: GET
path: "/v1/deposit_data/{lockHash}/{pubkey}"
tags: ["Deposit Data"]
---

# Retrieve partial deposit data for a validator

`GET /v1/deposit_data/{lockHash}/{pubkey}`

This endpoint returns all partial deposit data grouped by amount for a specific validator

## Path parameters

- `lockHash` string, required
- `pubkey` string, required

## Response `200`

The deposit data

- DepositDataResponse
  - `lock_hash` string, required
  - `pubkey` string, required — Full public key of the validator
  - `withdrawal_credentials` string, required — Withdrawal credentials
  - `amounts` AmountGroupResponse[], required — Array of amounts with their partial deposits
    - `amount` string, required — Amount in Gwei
    - `partials` PartialDepositResponse[], required — Array of partial deposits for this amount
      - `partial_public_key` string, required — Partial public key of the operator
      - `partial_deposit_signature` string, required — Partial deposit signature

## Other responses

- `404` — Data is not found
- `500` — An unknown error occurred

---

[API](https://skmtc.net/obol/apis/obol-api.md) · [All operations](https://skmtc.net/obol/apis/obol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/obol/obol-api/revisions/707a88e0b355/schema)
