---
title: "Get withdrawal requests list"
method: GET
path: "/v1/withdrawal_requests"
tags: ["withdrawal_requests"]
---

# Get withdrawal requests list

`GET /v1/withdrawal_requests`

Returns a list of withdrawal requests (EL triggered) with detailed information and filtering options

## Query parameters

- `limit` integer
- `offset` integer
- `min_slot` integer
- `max_slot` integer
- `source_address` string
- `min_index` integer
- `max_index` integer
- `validator_name` string
- `with_orphaned` integer
- `type` integer
- `public_key` string

## Response `200`

OK

- ApiAPIWithdrawalRequestsResponse
  - `data` ApiAPIWithdrawalRequestsData
    - `count` integer
    - `total_pending` integer
    - `total_requests` integer
    - `withdrawal_requests` ApiAPIWithdrawalRequestInfo[]
      - `amount` integer
      - `is_included` boolean
      - `public_key` string
      - `result` integer
      - `result_message` string
      - `slot_number` integer
      - `slot_root` string
      - `source_address` string
      - `status` integer — 0=pending, 1=included, 2=orphaned
      - `time` integer
      - `transaction_details` ApiAPIWithdrawalRequestTxDetails
        - `block_hash` string
        - `block_number` integer
        - `block_time` integer
        - `tx_hash` string
        - `tx_origin` string
        - `tx_target` string
      - `transaction_hash` string
      - `tx_status` integer — 0=pending, 1=confirmed, 2=orphaned
      - `validator_index` integer
      - `validator_name` string
      - `validator_valid` boolean
  - `status` string

## Other responses

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

---

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