getWallets
Fetch all the wallets for a specifc user
getWallets
This function returns all the wallets for the specified user (bearer token)
arkaneConnect.api.getWallets();Signature:
arkaneConnect.api.getWallets(filter?: { secretType?: SecretType, includeBalance?:boolean }): Promise<Wallet[]>Returns:
Promise<Wallet[]>Parameters:
Parameter | Required | Description |
|---|---|---|
| False | Filter that will be applied to the result |
filter. | False | Filter on a blockchain, SecretType. |
filter. | False | Include balance when fetching wallets. |
Include balance when fetching wallets.
By default: true
⚠️ Setting this to true might impact performance
|
Example:
arkaneConnect.api.getWallets();Object Types
Updated 16 days ago