Thank you, but I wasn't able to get the owners list. One api says token not found, the other only gives me the details of the collection, creator, supply...
Might be doing something wrong, could you please DM me?
You could use https://api.elrond.com/#/collections/CollectionController_getNfts with the 'withOwner' param. There is a limit per one call, so you need to do this with a couple of calls. You can check an implementation example here: https://github.com/ElvenTools/elven-tools-cli/blob/main/src/collection-nft-owners.ts
^
You could use https://api.elrond.com/#/collections/CollectionController_getNfts with the 'withOwner' param. There is a limit per one call, so you need to do this with a couple of calls. You can check an implementation example here: https://github.com/ElvenTools/elven-tools-cli/blob/main/src/collection-nft-owners.ts