Isolated Zero-Knowledge Wallet for Base44 Integration
Generate a new ZK wallet with a secure seed phrase
Restore your wallet using an existing seed phrase
View the balance of any Kaspa address
These endpoints are completely isolated from the main wallet system. All ZK wallet endpoints use the /zk/ prefix for complete separation.
POST /zk/wallet/create{ "wordCount": 24 }POST /zk/wallet/import{ "mnemonic": "your seed phrase here" }POST /zk/wallet/balance{ "address": "kaspa:..." }POST /zk/wallet/utxo-history{ "address": "kaspa:...", "limit": 50 }POST /wallet/create - Standard wallet creationPOST /wallet/restore - Standard wallet importPOST /api/utxo-history - Standard UTXO historyGET /balance/:address - Standard balance check/zk/) or standard endpoints without any conflicts.