getBalance
Fetch the native balance of a wallet
This function returns all the wallets for the specified user (bearer token)
venlyConnect.api.getBalance("d91b644a-076f-44bf-ae90-29251df19784");
venlyConnect.api.getBalance(walletId: string): Promise<WalletBalance>
Promise<WalletBalance>
Parameter | Required | Description |
True | Wallet ID of the wallet you want to fetch the balance of |
venlyConnect.api.getBalance("d91b644a-076f-44bf-ae90-29251df19784");
Last modified 1yr ago