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

# Wallet restored

`POST wallet.restored` (webhook)

Fired when a wallet is restored from archive.

## Payload

- WalletRestoredWebhookPayload — Payload for the wallet.restored webhook event.
  - `chain_type` string, required — The chain type of the restored wallet.
  - `type` 'wallet.restored', required — The type of webhook event.
  - `wallet_address` string, required — The address of the restored wallet.
  - `wallet_id` string, required — The ID of the restored 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)
