# Execute a wallet private key export Endpoint: POST /v1/defi/core/wallet/export/execute Version: v2026_01_14 Security: bearerAuth ## Request fields (application/json): - `address` (string, required) Wallet address to export - `target_public_key` (string, required) Client-side public key that will receive the encrypted bundle - `payload` (string, required) Signed Turnkey activity payload authorizing the export ## Response 200 fields (application/json): - `export_bundle` (string) Encrypted export bundle ## Response 400 fields (application/json): - `message` (string) ## Response 401 fields (application/json): - `message` (string) ## Response 404 fields (application/json): - `message` (string) ## Response 422 fields (application/json): - `message` (string) ## Response 500 fields (application/json): - `message` (string)