Bbinnen48inbinnen48-slip.hashnode.dev·13h ago · 3 min readClose empty Solana token accounts and reclaim rent (no seed, public RPC)Every SPL token account on Solana is a rent-exempt account. When you first receive a token, an Associated Token Account (ATA) is created for that mint and funded with the rent-exempt minimum. The acco00
Bbinnen48inbinnen48-slip.hashnode.dev·13h ago · 3 min readExport a Solana wallet to CSV with public RPC (no API key)Getting a full transaction history for a Solana address out to CSV does not require a paid indexer or an API key. Two JSON-RPC methods on a public endpoint are enough. Step 1: getSignaturesForAddress 00