getWalletById

connectClient.getWalletById(params) ⇒

Retrieves details of a specific wallet by ID.

Kind: instance method of ConnectClient Returns: Provider wallet details Throws:

  • ArmorySdkException If there's an error retrieving the wallet

Param
Description

params

Parameters for retrieving the wallet

params.walletId

Unique identifier of the wallet

params.accessToken

Access token for authentication

Last updated