Skip to main content

Overview

Your Monei Solana wallet allows you to manage SOL and SPL tokens on the Solana blockchain. This guide covers wallet operations, balance management, and portfolio tracking. What you’ll learn:
  • Get Solana wallet address
  • Check SOL balance
  • Check SPL token balances
  • View complete portfolio
  • Send SOL and SPL tokens
  • Network selection (mainnet/devnet/testnet)

Your Solana Wallet

Fast Transactions

~0.4 second block time, near-instant finality

Low Fees

~$0.00025 per transaction

Custodial

Monei securely manages your private keys

Get Wallet Address

Retrieve your Solana wallet address.
Response:

Network Selection

Solana supports multiple networks for different use cases.
Default network is mainnet-beta. Specify network parameter for devnet or testnet.

Get SOL Balance

Check your native SOL balance.
Response:
1 SOL = 1,000,000,000 lamports (9 decimals)

Get SPL Token Balance

Check balance for a specific SPL token.
Response:

Get Portfolio

View your complete Solana portfolio including SOL and all SPL tokens.
Response:

Send SOL

Transfer SOL to another Solana address.
Response:
Request Parameters:

Send SPL Token

Transfer SPL tokens to another address.
Response:
Request Parameters:

Common SPL Token Addresses

Stablecoins

Wrapped Assets

Always verify token mint addresses from official sources before using them.

Transaction Fees

Solana has extremely low transaction fees: Fee Structure:
  • Base fee: 5,000 lamports (0.000005 SOL)
  • Priority fees: Optional, for faster processing
  • Rent: Required for new token accounts (~0.002 SOL, refundable)

Best Practices

Verify Addresses

Always verify recipient addresses before sending

Keep SOL for Fees

Maintain minimum 0.01 SOL for transaction fees

Test Small First

Send small test amount before large transfers

Check Token Accounts

Ensure recipient has token account to avoid rent

Monitor Portfolio

Regularly check portfolio for all holdings

Use Mainnet

Always use mainnet-beta for real transactions

Solana vs EVM Comparison


Troubleshooting

Error: Insufficient balance for transactionCommon causes:
  • Not enough SOL for amount + fees
  • Not enough token balance
  • Need rent for new token account (~0.002 SOL)
Solution:
Error: Recipient token account not foundCause: Recipient has never received this token beforeSolution:
  • First transfer will create token account (costs ~0.002 SOL rent)
  • Rent is paid by sender
  • Ensure you have extra SOL for rent
  • Recipient can close account later to reclaim rent
Problem: Transaction not confirmingExpected confirmation time: ~1 secondAction:
  1. Check transaction on Solscan/Solana Explorer
  2. Wait up to 30 seconds
  3. If still pending, check network status
  4. Contact support if pending > 1 minute
Error: Invalid Solana addressValid format:
  • Base58 encoded
  • 32-44 characters
  • Example: 9B5XszUGdMaxCZ7uSQhPzdks5ZQSmWxrmzCSvtJ6Ns6g
Validation:
Error: Blockhash not found or expiredCause: Transaction took too long to processSolution:
  • Transactions on Solana expire after ~60 seconds
  • Retry the transaction
  • This is handled automatically by Monei

Next Steps

Transactions

Learn about Solana transaction management

Token Swaps

Swap SOL and SPL tokens on Jupiter

EVM Wallet

Compare with EVM wallet operations

Networks

Learn about supported networks