Skip to main content

Add multiple addresses to the address book

Add more than one entry using a CSV file

Updated over 2 months ago

Adding address book entries is considered a sensitive vault action. As such, it requires admin quorum approval.

Add a CSV file to the address book

  1. Go to the address book and click + Add Address at the top right.

  2. Hover over the import icon and then click Download an example file.

  3. Either copy your addresses to the file or you can upload your own.

    It must be a .csv file and include the following columns, in the order shown here.

    1. Name

    2. Address

    3. Blockchain

    4. Note (optional)

  4. Upload the CSV file. Click the import icon and select the file. The new addresses are shown and any invalid lines are listed.

  5. After the upload or creation of multiple addresses, they can be approved and signed on the mobile in bulk.

Tips

Blockchain format

To use the correct blockchain format, read the article Supported Blockchains and use the API Name.

Bulk address upload limitations

When adding addresses in bulk, note the following requirements and limitations:

  • Each row must be unique

    • Duplicate entries (same address and blockchain) are not allowed within the file.

  • Address name constraints

    • Must not include special characters

    • Same name is not allowed

    • Use clear, human-readable names

  • Address field is required

    • Every row must include a valid wallet address

    • Rows with empty address fields are rejected

  • Whitespace handling

    • Leading and trailing spaces may cause validation errors

    • It is recommended to remove unnecessary whitespace from all fields before uploading

  • Invalid rows

    • Errors present which row is problematic, so you can correct and re-upload or delete that row.

Did this answer your question?