Solana Integration
Overview
SPL Token Creation
POST /api/solana/tokens/create
{
"userId": "user-123",
"name": "My Token",
"symbol": "MTK", "decimals": 9,
"initialSupply": "1000000", "cluster": "devnet"
}{
"success": true, "tokenId": "uuid",
"mintAddress": "So1ana...",
"signature": "5abc...",
"explorerUrl": "https://explorer.solana.com/..."
}NFT Collection Creation
NFT Minting
Wallet Support
Airdrop (Devnet Only)
Last updated