CSV Import

Upload a CSV file with wallet addresses, twitter accounts and emails to be included into Safary's profiles.

Summary

Data Format

This upload expects a CSV file with the following fields, separated by comma.

FIELD
TYPE
USE
DESCRIPTION

wallet_address

string

Required * *Optional when twitter_link is set

Wallet address to be imported. Example: "0x00000011111111010101001111111111"

username

string

Optional

Name to be associated with the User that has the wallet address.

twitter_link

string

Required * *Optional when wallet_address is set

URL of the twitter profile of the User that has the wallet address. Example: "https://x.com/elonmusk" Must start with "http://" or "https://".

email

string

Optional

E-mail of the User that has the wallet address. Must be a valid e-mail.

Note that the first line of the CSV file to be uploaded must contain the names of the fields.

  • For example, if you want to only upload wallet addresses and twitter profiles, the first line would be: "wallet_address,twitter_link".

Finally, note that when Safary processes the uploaded wallets, they either:

  • Become new Profiles (if they have never been captured by Safary), appearing in the "Imported" tab of the profiles dashboard; or

  • Are associated with existing Profiles, appearing in the "Imported" tab and also in the "Website users" tab

CSV File Example

Here's an example of a CSV file that would be uploaded successfully. Note that you do not need to add all the fields, only either wallet_address or twitter_link should exist.

Example of CSV file with all fields that can be uploaded

FAQ

Do I need to integrate Safary SDK first before importing data?

No. The CSV import is an independent process.

How much data can I import?

You can easily import up to 100k data points in a single CSV.

If your volume is larger, please contact us.

How long does the data takes to be imported?

It can takes up to a few hours depending on the volume of data you want to import.

Why is the number of profiles is different than the number of rows in my file?

If Safary detected that some rows belong to the same User, we will merge the information.

For example, if you imported two rows with wallets that were connected in the same session in your website, they belong to a single profile.

Therefore, you might see less profiles than rows you imported.

Last updated