Snapshots
Before taking any Snapshots, make sure to inform your community to set up their preferred reward wallet, under the "Airdrop" tab in their settings, on Matrica.io IF THIS IS NOT DONE BY THE USER IT WILL RETURN INCOMPLETE DATA.
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.
If you are looking for a snapshot that includes Discord id's, please reach out to the Matrica Team to unlock Snapshot+.
Last updated