---
title: "get block withdrawals"
method: GET
path: "/blocks/{block_number_or_hash}/withdrawals"
---

# get block withdrawals

`GET /blocks/{block_number_or_hash}/withdrawals`

## Path parameters

- `block_number_or_hash` string, required

## Response `200`

block's withdrawals (pay attention that block_number together with timestamp fields is not included to response in this endpoint)

- object
  - `items` Withdrawal[], required
    - `index` integer, required
    - `amount` string, required
    - `validator_index` integer, required
    - `receiver` AddressParam
      - `hash` string, required
      - `implementation_name` string, required
      - `name` string, required
      - `ens_domain_name` string
      - `metadata` object
      - `is_contract` boolean, required
      - `private_tags` AddressTag[], required
        - `address_hash` string, required
        - `display_name` string, required
        - `label` string, required
      - `watchlist_names` WatchlistName[], required
        - `display_name` string, required
        - `label` string, required
      - `public_tags` AddressTag[], required
        - `address_hash` string, required
        - `display_name` string, required
        - `label` string, required
      - `is_verified` boolean, required
    - `block_number` integer
    - `timestamp` string
  - `next_page_params` object, required

## Other responses

- `400` — bad input parameter

---

[API](https://skmtc.net/blockscout/apis/blockscout-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-api/versions/0f86c8091304/schema)
