v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB

Private key export

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

postWebhookwallet.private_key_export

Payload

export_source'display' | 'client'

The export type. 'display' is for showing the key to the user in the UI, 'client' is for exporting to the client application.

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.