Solana wallets API server. It provides a simple REST API for managing Solana wallets, signing transactions and sending them to the Solana network without exposing private keys.
- Create new wallet mnemonic phrase and encrypt it with a PIN code.
- Restore wallet from mnemonic phrase and encrypt it with a PIN code.
- Get wallet address by user ID.
- Sign transaction and send it to the Solana network.
- Get wallet balance.
- Get wallet NFTs.
- Get wallet semi-fungible tokens (assets).