---
title: "Get all the withdraws for an address at a specific epoch"
method: GET
path: "/api/v1/pos/withdraw/{address}"
---

# Get all the withdraws for an address at a specific epoch

`GET /api/v1/pos/withdraw/{address}`

## Path parameters

- `address` string, required

## Query parameters

- `epoch` integer
- `page` integer

## Response `200`

A list of withdraws.

- object
  - `results` Withdraw[], required
    - `validator` Validator
      - `validatorId` string, required
      - `rank` number
      - `address` string, required
      - `votingPower` string, required
      - `maxCommission` string, required
      - `commission` string, required
      - `name` string, required
      - `email` string
      - `website` string
      - `description` string
      - `discordHandle` string
      - `avatar` string
      - `state` 'consensus' | 'belowCapacity' | 'belowThreshold' | 'inactive' | 'jailed' | 'unknown' | 'unjailing' | 'deactivating' | 'reactivating', required
    - `minDenomAmount` string, float, required
    - `withdrawEpoch` string, required
  - `pagination` Pagination, required
    - `page` string
    - `perPage` string
    - `totalPages` string
    - `totalItems` string

## Changes

- **2024-12-17** `6893b0238070` — 1 breaking
  - the `results/items/withdrawEpoch` response's property type changed from `number` to `string` for status `200`

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/pos/withdraw/:address/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/revisions/0252fc0de74d?raw)
