How to get token id for solana NFT

Viewed 473

Is there a solana/web3 function to return the token id of a NFT?

I'm not sure if that's a thing on Solana or if Opensea is adding those. For example, opensea says this one is #52

2 Answers

What do you exactly want to do with token Id ?

I think what you are looking for is Token Address

If so, then its in the url. or you can look it on sol scan here:

Related