Safary Documentation
  • For engineers
    • Getting started
      • Create or join a project
      • Add websites
      • Install Safary script (hosted)
      • Install Safary script (self hosted)
      • Install Safary script with Google Tag Manager
      • Setup events
      • Upload wallets
    • Integrations
      • Magic Link
    • Safary API
    • Custom domains
  • For marketers
    • Tutorials for web3 marketers
    • Pricing
      • Safary basic plan
      • Safary pro plan
    • Launch campaigns
      • UTM builder with Safary links
      • UTM builder with custom domains
      • Ad Networks
      • Quests
      • Farcaster Frames
    • Account settings
    • Privacy
      • Privacy policy
      • Disable Location Tracking
Powered by GitBook
On this page
  • Data Format
  • CSV File Example
  1. For engineers
  2. Getting started

Upload wallets

Upload a CSV file with wallet addresses to be included into Safary's users.

PreviousSetup eventsNextIntegrations

Last updated 7 months ago

In the Users dashboard you can click on the following button to upload wallets to Safary:

To monitor the upload you can to "Settings" -> "File Uploads" or . Nonetheless, you will receive an e-mail when the data pipeline finishes processing the uploaded data.

Data Format

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

FIELD
TYPE
USE
DESCRIPTION

wallet_address

string

Required

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

Optional

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 Users (if they have never been captured by Safary) or are associated with existing Users.

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 wallet_address is mandatory.

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

https://x.com/elonmusk
https://app.safary.club/home/settings/uploads
403B
example_file_to_upload.csv
Example of CSV file with all fields that can be uploaded
Button to upload a CSV with wallets