---
title: "Lists Deactivation Intents"
method: GET
path: "/v1/polygon/{network}/deactivation-intents"
tags: ["Polygon"]
---

# Lists Deactivation Intents

`GET /v1/polygon/{network}/deactivation-intents`

Returns deactivation requests (only unclaimed stakes) for a **given wallet address**.

Deactivation requests are stored in the blockchain and provide the user with an unbond nonce for each. Nonces are used to unstake (withdraw) your tokens with [Post Withdrawal Intent](https://docs.blockdaemon.com/reference/postpolygonwithdrawalintent).

## Query parameters

- `wallet_address` string, hex — Hex-encoded Ethereum [account or smart contract address](https://ethereum.org/en/developers/docs/accounts/).

## Response `200`

Deactivation intents listed

- object — Deactivation intents
  - `protocol` 'polygon', required — Polygon protocol
  - `network` 'mainnet' | 'goerli' | 'prater', required — Polygon network
  - `polygon` DeactivationIntentsPolygon
    - `items` Unbond[], required
      - `nonce` integer, required — Number for one use only
      - `amount` string, required — Denomination of the cryptocurrency Polygon.
      - `withdraw_epoch` integer, required
    - `wallet_address` string, hex, required — Hex-encoded Ethereum [account or smart contract address](https://ethereum.org/en/developers/docs/accounts/).
  - `customer_id` string, required — Unique identifier for a customer

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized
- `500` — Internal server error

---

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