Okto Embedded WalletUsing Embedded Wallet

Get Embedded Wallet Details

Learn how to create wallets using the Okto SDK.

Methods Overview

MethodsDescription
async getWalletsGet 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 NameTypeDescription
resultPromise<WalletData>Returns all the wallets of the current user

On this page