Overview
monei.solana provides methods to interact with the Solana blockchain on mainnet or devnet.
Note: All methods return response objects with attributes accessible via dot notation (e.g.,address,balance,signature).
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 attribute access:Network Options
Notes
- All methods require a properly configured
MoneiClientinstance with authentication - Network parameter accepts:
"mainnet"or"devnet" - All responses are strongly typed objects with attribute access
- SPL token addresses are mint addresses (Base58 format)
- Transaction signatures can be viewed on Solana Explorer

