📄️ Create Custodial Wallet
Sometimes you want to create applications without the user knowing they are using Blockchain. Saturn has a solution for this allowing you to create custodial wallets with our API.
📄️ Delete Custodial Wallet
If we have created a custodial wallet with our API, and want to delete the wallet, we can delete it with the deleteCustodialWallet graphQL mutation.
📄️ Get Custodial Wallet
After you have created a custodial wallet or wallets, we can retrieve those wallets with the 2 APIs. We have the getCustodialWallet graphQL query and the getCustodialWallets graphQL query that we can use. The getCustodialWallets is paginated, so if you have hundreds of wallets you can fetch those easily.
📄️ Sign Transaction
After sending Ada to a custodial wallet we can execute transactions from that wallet with the SignTransaction graphQL mutation.
📄️ USD Payments
Using custodial wallets, USD payments (and payments with other cryptocurrencies) are supported!