solana-py icon indicating copy to clipboard operation
solana-py copied to clipboard

Check the NFTs my wallet has

Open M-ister-IO opened this issue 2 years ago • 1 comments

Is there a way to get all the SPL adresses of all nfts inside my wallet using python? I've been searching and I've found this: https://github.com/michaelhly/solana-py/issues/48 but I don't think it can help me. THank for the help!

M-ister-IO avatar Jun 09 '22 21:06 M-ister-IO

if you would like it parsed, use rpc services like quicknode and theindex/chaincrunch.

otherwise you will have to fetch the token balances, then parse the metadata one by one, fetch the image from the metadata. which is an expensive task.

crypt0miester avatar Jun 10 '22 06:06 crypt0miester