This documentation is deprecated. Visit our new documentation for the latest updates.

Okto Embedded WalletSetup Embedded Wallets

Create Embedded Wallets for Your User

Learn how to create wallets using the Okto SDK.

Information

  • Learn about embedded wallets here.

Method Overview

MethodsDescription
async createWalletCreate a new wallet for current user

Create a new wallet for current user

async createWallet() 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 the newly created wallet for the user

On this page