---
title: "Get deposits included in blocks"
method: GET
path: "/v1/deposits/included"
tags: ["deposits"]
---

# Get deposits included in blocks

`GET /v1/deposits/included`

Returns a list of deposits that have been successfully included in beacon chain blocks with comprehensive filtering

## Query parameters

- `limit` integer
- `offset` integer
- `min_index` integer
- `max_index` integer
- `public_key` string
- `validator_name` string
- `min_amount` integer
- `max_amount` integer
- `with_orphaned` integer
- `address` string
- `with_valid` integer
- `cred_type` integer[]

## Response `200`

OK

- ApiAPIDepositsIncludedResponse
  - `data` ApiAPIDepositsIncludedData
    - `count` integer
    - `current_epoch` integer
    - `deposits` ApiAPIDepositIncludedInfo[]
      - `amount` integer
      - `block_number` integer
      - `index` integer
      - `orphaned` boolean
      - `public_key` string
      - `slot_number` integer
      - `slot_root` string
      - `time` integer
      - `tx_hash` string
      - `tx_origin` string
      - `tx_target` string
      - `valid` boolean
      - `validator_index` integer
      - `validator_name` string
      - `withdrawal_credentials` string
    - `total_count` integer
  - `status` string

## Other responses

- `400` — Invalid parameters
- `500` — Internal server error

## Changes

- **2026-06-13** `5d62def62fe6` — 1 info
  - added the new optional `query` request parameter `cred_type`
- **2026-05-22** `d789f05079ea` — 1 info
  - added the new optional `query` request parameter `cred_type`
- **2025-09-30** `ab4fb98e80fd` — 1 info
  - api operation id `getDepositsIncluded` was added
- **2025-09-12** `4024d7b1f833` — 1 info
  - endpoint added
- **2025-07-07** `34d0f6bf1d98` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/changes/v1/deposits/included/get.md)

---

[API](https://skmtc.dev/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/307f1bec3e51/schema)
