Skip to main content

Overview

This guide shows you how to work with imported Solana wallets for common operations. Once you’ve imported a private key, you can perform various wallet operations directly.

Prerequisites

Step 1: Check Wallet Balance

Check the SOL balance of your imported wallet:

Step 2: Sign Transactions with Imported Wallet

Use your imported wallet to sign Solana transactions:

Step 3: Sign Messages with Imported Wallet

Sign messages for authentication or data integrity:

Step 4: Check Token Balances

Check SPL token balances in your imported wallet:

Complete Example: Send SOL from Imported Wallet

Step 5: Verify Wallet Operations

Verify that your imported wallet can perform operations:

Best Practices

  1. Balance Checking: Verify sufficient balance before sending transactions
  2. Error Handling: Implement proper error handling for all wallet operations
  3. Security: Never expose sensitive information in client-side code
  4. Network Selection: Use appropriate Solana network (mainnet, devnet, testnet)

Common Operations

Check Account Info

Get Recent Transactions

Estimate Transaction Fee

Next Steps

Last modified on June 15, 2026