I'm developing an NFT collection on Solana using Metaplex Candy Machine V2 program. One of the requirements of the project is to be able to programmatically list the very first minters of each NFT (the wallet addresses which first minted and owned each NFT, before any secondary sales).
I tried using both candy machine's get_all_owners_addresses and Metaboss' snapshot holders commands, but both approaches only return the current holders.
Does anyone have any ideas on this issue?