How to Export Private Keys & Seed Phrase from Coinbase Wallet

Try Tangem secure wallet →

How to Export Private Keys & Seed Phrase from Coinbase Wallet

Table of contents

Why export keys? Quick primer

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.

Overview: seed phrase vs private key

(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.)

Step-by-step: how to get Coinbase Wallet seed phrase (mobile & extension)

Here’s a practical walk-through. App screens change, so steps may differ slightly by version.

Mobile (iOS / Android)

  1. Open the Coinbase Wallet app and unlock it with biometric or passcode.
  2. Tap Settings (gear icon) or open the menu and find Security or Wallet settings.
  3. Look for Backup, Recovery, or Show recovery phrase. Tap it.
  4. The app will ask you to confirm your wallet PIN, device passcode or biometric. Confirm.
  5. The seed phrase appears on screen. Write it down in order on paper (and multiple physical copies). Do not screenshot.
  6. Follow the app’s confirmation prompt to re-enter the phrase (this verifies your backup).

Browser extension

  1. Click the wallet extension icon in your browser and unlock it.
  2. Find Settings or Security in the extension menu.
  3. Choose to reveal the Recovery Phrase (you will be prompted to enter your password).
  4. Write the phrase offline and store it securely.

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.

Step-by-step: how to get Coinbase Wallet private key (per account)

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:

  1. Open the account you want to export inside the app.
  2. Tap the three-dot menu (account actions) and look for "Export private key", "Show private key", or "Export account".
  3. Confirm with your passcode/biometrics. The private key string (hex) will appear once.
  4. Avoid copying to clipboard. If you must, paste immediately into an offline file and securely wipe the clipboard.

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.

Deriving private keys from your seed phrase (offline method)

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:

  1. Prepare an air-gapped device (an offline laptop or Raspberry Pi). Download an open-source BIP39/BIP32 tool and verify its checksum.
  2. Disconnect the device from the internet. Run the tool locally.
  3. Enter your seed phrase into the offline tool. Select the correct derivation path (e.g., m/44'/60'/0'/0/0 for Ethereum first account).
  4. The tool will output the private key for that address. Record it securely on paper or an encrypted USB (with strong password).

(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.

Security checklist: what to do (and what not to do)

And remember: once someone has a private key or seed phrase, they control the funds. No support team can reverse an on-chain transfer.

Common pitfalls and real mistakes I made

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.

Who should export keys (and who should look elsewhere)

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.

Quick comparison: export options

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

FAQ

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.

Final notes & next steps

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.

Try Tangem secure wallet →