getAddressById

connectClient.getAddressById(params) ⇒

Retrieves details of a specific address by ID.

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

  • ArmorySdkException If there's an error retrieving the address

Param
Description

params

Parameters for retrieving the address

params.addressId

Unique identifier of the address

params.accessToken

Access token for authentication

Last updated