Skip to main content
Generate blockchain addresses for your profiles. Addresses belong to wallets and are used to send and receive funds.

Methods

createAddress()

Generate a new address for a profile (V1 API). Requires wallet to exist first. Signature:
Parameters: Example:

createAddressV2()

Generate a new address (V2 API). Automatically creates wallet if it doesn’t exist. This is the recommended method. Signature:
Parameters: Same as createAddress(). Example:
Use V2: The createAddressV2() method is recommended as it automatically creates a wallet if one doesn’t exist, simplifying your workflow.

getAddressById()

Retrieve a single address by its UUID. Signature:
Parameters: Example:

getAddressForProfile()

Get addresses for a profile by reference. Signature:
Parameters: Example:

getAddressForOrganization()

Get all addresses for an organization. Signature:
Parameters: Example:

Complete Example