Wallets
How to create your first Blockchain Wallet.
Wallets
Types of Wallets
var parameters = {
walletTitle: 'default'
}
const response = await relysia.wallet.v1.createWallet(parameters);var parameters = {
walletTitle: 'required',
serviceId: 'optional',
type: 'optional',
walletLogo: 'optional',
walletPassword: 'optional',
}
const response = await relysia.wallet.v1.createWallet(parameters);Create a wallet.
Headers
Name
Type
Description
List All Wallets
List of available user wallets.
Delete Specific Wallet
Delete specific wallet
Headers
Name
Type
Description
Delete All Wallets
Delete all wallets of account
Last updated