Okto Embedded WalletUsing Embedded Wallet
Get Embedded Wallet Details
Learn how to create wallets using the Okto SDK.
Methods Overview
Methods | Description |
---|---|
async getWallets | Get all wallets of current user |
Get all wallets of current user
async getWallets()
retrieves all the wallets of the currently authenticated user.
Parameters
There are no parameters for this function.
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Promise<WalletData> | Returns all the wallets of the current user |