Methods
createAddress()
Generate a new address for a profile (V1 API). Requires wallet to exist first.
Signature:
Example:
createAddressV2()
Generate a new address (V2 API). Automatically creates wallet if it doesn’t exist. This is the recommended method.
Signature:
createAddress().
Example:
getAddressById()
Retrieve a single address by its UUID.
Signature:
Example:
getAddressForProfile()
Get addresses for a profile by reference.
Signature:
Example:
getAddressForOrganization()
Get all addresses for an organization.
Signature:
Example: