Skip to main content

Overview

monei.solana provides methods to interact with the Solana blockchain on mainnet or devnet.

Get Wallet Address

Get SOL Balance

Get SPL Token Balance

Get Portfolio

Send SOL

Send SPL Token


Working with Response Objects

All methods return objects with property access:

Network Options


Notes

  • All methods require a properly configured MoneiClient instance with authentication
  • Network parameter accepts: SolanaNetwork.MAINNET or SolanaNetwork.DEVNET
  • All responses are strongly typed objects with property access
  • SPL token addresses are mint addresses (Base58 format)
  • Transaction signatures can be viewed on Solana Explorer