Snapshots

Role Snapshot

Under the "Verification" tab, next to each of your roles, you will find a "Snapshot" button. The Snapshot button will provide you with holder information, in a .json or .csv file, for that specific role.

The information is given in the following format:

[
  {
    id: "walletid",
    nfts: ["nft1", "nft2", ...],
    group: 1
  },
  { ... }
]

The group attribute represents the user, entries with the same group mean that they are part of the same user.

Collection Snapshot

For exporting data of your whole collection, go to the "General" tab, next each of your collections you will find an "Export" button. The Export button will provide you with holder information, in a .json or .csv file, for that specific collection.

The information is given in the following format:

The group attribute represents the user, entries with the same group mean that they are part of the same user.

Last updated