Private key export

Fired when a user exports the private key of their embedded wallet.

postWebhookwallet.private_key_export

Payload

export_source'display' | 'client'
type'wallet.private_key_export' required

The type of webhook event.

user_idstring required

The ID of the user who exported the key.

wallet_addressstring required

The address of the wallet.

wallet_idstring required

The ID of the wallet.

Response

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

Changes