Hey everyone,
I want to see all the NFTs associated to a given wallet address, similar to what pool.pm does.
I can do this with the CLI using this command:
cardano-cli query utxo --address $address --mainnet
The problem I’m facing is that if the NFT transaction was done to another address within the Controlled Total Stake addresses, the NFT will not be listed here.
I can list all the addresses within the Controlled Total Stake and then use the command above for each one, but I was looking for a more efficient solution.
I’m also open to other solutions that don’t use the CLI for example GraphQL queries.
Thanks in advance