Venly Widget
Home
Pricing
Your Wallet
Search…
Venly Widget
👋
Introduction
📦
Web3 Provider
Getting Started
Power of the Widget
Switching Networks
📦
Widget
Getting started
Initializing the widget
Retrieve user profile
Retrieve user wallets
Retrieve wallet balance
Retrieve a user account
Retrieve token balance
Retrieve non-fungible tokens
Transfer a native token
Transfer a fungible token
Transfer a non-fungible token
Execute transaction
Sign a message
Sign an EIP712 message
Call a contract
⚙️ Widget Advanced
Initializing options
Function Reference
addOnTokenRefreshCallback
authenticate
checkAuthenticated
createSigner
executeContract
executeGasTransfer
executeNftTransfer
executeTokenAssociation
executeTokenTransfer
executeTransfer
getAccount
getAllNonFungibles
getBalance
getBalanceByAddress
getNonfungibles
getNonfungiblesByAddress
getProfile
getTokenBalance
getTokenBalanceByAddress
getTokenBalances
getTokenBalancesByAddress
getTransactionStatus
getWallet
getWallets
importWallet
linkWallets
logout
manageWallets
readContract
unlink
signEip712
signMessage
Object Reference
🌊
Deep Dive
Authentication
Chain specific fields
Environments & networks
Powered By
GitBook
getWallets
Fetch all the wallets for a specifc user
This function returns all the wallets for the specified user (bearer token)
1
venlyConnect
.
api
.
getWallets
();
Copied!
Signature
1
venlyConnect
.
api
.
getWallets
(
filter
?:
{
secretType
?:
SecretType
,
includeBalance
?:
boolean
})
:
Promise
<
Wallet
[]
>
Copied!
Returns
1
Promise
<
Wallet
[]
>
Copied!
Parameters
Parameter
Required
Description
filter
False
Filter that will be applied to the result
filter.secretType
False
Filter on a blockchain,
SecretType
.
filter.includeBalance
False
Include balance when fetching wallets. By default: true
⚠️ Setting this to true might impact performance
Example
1
venlyConnect
.
api
.
getWallets
();
Copied!
Object Types
SecretType
Wallet
Previous
getWallet
Next
importWallet
Last modified
8mo ago
Copy link
Contents
Signature
Returns
Parameters
Example
Object Types