Skip to main content
WEBHOOK
wallet.archived
{
  "type": "wallet.archived",
  "wallet_id": "fmfdj6yqly31huorjqzq38zc",
  "wallet_address": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
  "chain_type": "ethereum",
  "archived_at": 1715000003
}

Body

application/json

Payload for the wallet.archived webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
wallet.archived
wallet_id
string
required

The ID of the archived wallet.

wallet_address
string
required

The address of the archived wallet.

chain_type
string
required

The chain type of the archived wallet.

archived_at
number
required

Unix timestamp of when the wallet was archived.

Response

200

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