---
title: "Retrieve migrateable validators for withdrawal address"
method: GET
path: "/v1/address/migrateable-validators/{network}/{withdrawalAddress}"
tags: ["Address"]
---

# Retrieve migrateable validators for withdrawal address

`GET /v1/address/migrateable-validators/{network}/{withdrawalAddress}`

This endpoint is used fetch eligible validators for migration .

## Path parameters

- `network` string, required
- `withdrawalAddress` string, required

## Query parameters

- `limit` integer, required
- `offset` integer, required

## Response `200`

A list of source validators the withdrawal address can migrate

- MigrateableValidatorsResponse
  - `validators` string[], required
  - `hasMore` boolean, required

## Other responses

- `400` — Beaconchain error
- `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)
