# Deactivation intents listed

## Network

- **Allowed:**  
  `mainnet`, `goerli`, `prater`

## Wallet Address

- **Format:**  
  `^0x[a-fA-F0-9]{40}$`  
  User wallet address.

## Responses

- **`200`**      Deactivation intents listed  
- **`400`**      Invalid request.  
- **`401`**      Header 'X-API-Key' missing.  
- **`500`**      Internal server error.

## Example Request

```bash
curl --request GET \
     --url https://svc.blockdaemon.com/boss/v1/polygon/mainnet/deactivation-intents \
     --header 'accept: application/json'
```

## Allowed Response Codes

- `200`
- `400`
- `401`
- `500`

Updated 2 months ago.
