This function returns all the wallets for the specified user (bearer token)
xvenlyConnect.api.getBalance("d91b644a-076f-44bf-ae90-29251df19784");
### Signature:
xxxxxxxxxx
1venlyConnect.api.getBalance(walletId: string): Promise<WalletBalance>
### Returns:
xxxxxxxxxx
1Promise<WalletBalance>
### Parameters:
Parameter | Required | Description |
[`walletId `](🔗) | `True ` | Wallet ID of the wallet you want to fetch the balance of |
### Example:
xxxxxxxxxx
1venlyConnect.api.getBalance("d91b644a-076f-44bf-ae90-29251df19784");
## Object Types
[WalletBalance](🔗)