getWallet

Fetch a specific wallet

This function returns the details for a specific wallet (native balance is also included)

venlyConnect.api.getWallet("d91b644a-076f-44bf-ae90-29251df19784")

Signature:

venlyConnect.api.getWallet(walletId: string): Promise<Wallet>

Returns:

Promise<Wallet>

Parameters:

ParameterRequiredDescription
walletIdTrueWallet ID of the wallet you want to fetch

Example:

venlyConnect.api.getWallet("d91b644a-076f-44bf-ae90-29251df19784");

Object Types

📘