---
title: "Wallet archived"
method: POST
path: "wallet.archived"
---

# Wallet archived

`POST wallet.archived` (webhook)

Fired when a wallet is archived.

## Payload

- WalletArchivedWebhookPayload — Payload for the wallet.archived webhook event.
  - `archived_at` number, required — Unix timestamp of when the wallet was archived.
  - `chain_type` string, required — The chain type of the archived wallet.
  - `type` 'wallet.archived', required — The type of webhook event.
  - `wallet_address` string, required — The address of the archived wallet.
  - `wallet_id` string, required — The ID of the archived wallet.

## Acknowledgement `200`

Return a 200 status to indicate that the webhook was received successfully.

---

[API](https://skmtc.net/privy-io/apis/privy-api.md) · [All operations](https://skmtc.net/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privy-io/privy-api/revisions/bb2eb34156cc/schema)
