nftape.me icon indicating copy to clipboard operation
nftape.me copied to clipboard

Using nftape api to query NFT wallets

Open ramihajji opened this issue 2 years ago • 1 comments

Hi ilmoi,

As part of an internship, I would like to programmatically access my NFT wallet and list the NFT tokens in it and relevant transactions. I found the Solana APIs tricky to use. I have come across this repo, and I have the impression that it already supports the functionality I need. However it is not clear to me how to use it. I would appreciate it if you could give any pointers on how to use your repo to implement the functionality I am interested in.

ramihajji avatar May 31 '22 22:05 ramihajji

Could you please elaborate a bit more on what you need help with? If I understood correctly what you're trying to do, the repo does exactly that. If goes through your transaction history and also the NFTs you currently hold and lists them out, and where supported adds how much you bought/sold them for.

The instructions to run the repo are in the readme. Just clone the repo and then run yarn install followed by yarn serve and you should be up and running. I know this is a fairly old message, but hope this helps (If not, feel free to add in more details about what exactly you need).

8bithero avatar Jun 27 '22 10:06 8bithero