Wallets
Wallet and web3
PIN-gated custodial seed/key export
Replacement for deprecated POST /api/wallets/private-key. Reveals signing material after PIN check.
post/api/wallets/{address}/export
Path parameters
addressstring required
Request body
Response
{ success: true, data: { privateKey, mnemonic } }