---
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` number, required
  - `pagination` Pagination, required
    - `page` string
    - `perPage` string
    - `totalPages` string
    - `totalItems` string

---

[API](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/versions/89e2cef092d6/schema)
