Snapshots
Under the "Verification" tab, next to each of your rules, you will find a "Snapshot" button. The Snapshot button will provide you with information, in a .json file, of your verified holders for the specific role that you chose to snapshot.

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.
Last updated