If you're using Coinbase Wallet as your software wallet and want full control of accounts (importing into another wallet, doing offline key management, or auditing keys), you'll need either the wallet's seed phrase or the individual private key for a given account. Which one you choose depends on your goal. The seed phrase gives you access to every derived account in that wallet. A private key gives access only to one address.
Why would you export them at all? Maybe you're consolidating to a hardware wallet, building a local signing setup, or recovering to a different app. I’ve done all of the above. And yes, each option carries trade-offs.
(Technical note: seed phrase → BIP39 seed → BIP32/BIP44 derivation → child private keys. For Ethereum/EVM-compatible addresses the common path is m/44'/60'/0'/0/0; other chains use different paths and key schemes.)
Here’s a practical walk-through. App screens change, so steps may differ slightly by version.
Mobile (iOS / Android)
Browser extension
A short security tip: the wallet may not show the phrase unless you created the wallet locally (non-custodial). If you used a custodial account flow on the exchange side, a different recovery/restore path applies — check Recover or Delete Coinbase Wallet.
Some wallets expose a direct "Export private key" option on an account-by-account basis. If Coinbase Wallet provides this in your app version, the flow typically looks like:
But what if you don’t see an export option? No problem. Use your seed phrase and derive the private key offline (next section). And never paste a private key into a website unless you absolutely trust it.
If the app doesn’t expose a private key, you can derive it from the seed phrase using an offline BIP39 tool on an air-gapped computer.
High-level steps:
(Technical aside: EVM chains use secp256k1 private keys. Solana and Cosmos use different curves and derivation patterns. Do not assume the same path works for all chains.)
A cautionary note: the web version of the popular BIP39 site should never be used online with your live seed. Use it only offline and verify the source.
And remember: once someone has a private key or seed phrase, they control the funds. No support team can reverse an on-chain transfer.
I once (briefly) copied a private key to a cloud note while testing an import. I caught it, but that scare taught me a lot. Don’t trust temporary conveniences.
Other common errors:
But you can recover from many mistakes if you realize them quickly and act (move funds, revoke approvals). See Revoke token approvals for follow-up steps.
If you hold significant assets, consider moving them to a hardware wallet. This reduces the risk inherent to hot wallets. See the comparison with hardware devices in Coinbase Wallet vs Hardware Wallet.
| Export type | What it gives you | When to use |
|---|---|---|
| Seed phrase (full recovery) | Restores all derived accounts | When you want full portability or a complete backup |
| Private key (single address) | Access to one address only | Import single account into another software wallet or for limited-use signing |
| Offline derivation | You keep keys off-network while deriving | When you need a private key but want maximum security |
Q: Is it safe to keep crypto in a hot wallet?
A: Hot wallets are convenient for daily DeFi use but carry more risk than cold storage. Keep small balances for daily activity and move larger amounts to hardware wallets. Read more on security in Coinbase Wallet security features.
Q: How do I revoke token approvals?
A: Approvals live on-chain; revoking requires sending a transaction that sets the token allowance to zero. Use the wallet or a trusted revoke tool (and confirm contract addresses). See Revoke token approvals for a step-by-step.
Q: What happens if I lose my phone?
A: If you have your seed phrase, restore the wallet on another device and move funds. If you didn’t back up the seed, funds may be lost. See Recover or Delete Coinbase Wallet.
Exporting private keys or your seed phrase is powerful. Handle them like cash. In my experience, taking the extra time to perform an offline derivation or moving large balances to a hardware wallet prevents most headaches. But practical needs vary — small daily balances in a hot wallet make sense for active DeFi work.
If you’re unsure, start by reviewing the backup steps in Backup & Recovery and then consider transferring large protections to hardware using Move crypto to hardware wallet.
Want step-by-step help restoring to another app or to a hardware device? Check the related guides listed above and test the restore process with a small amount first. Safe transactions.