Do you provide all nfts with its meta data listed on etherum blockchain?

Do you provide all nfts with its meta data listed on etherum blockchain?

We are building an mobile app where we need to list NFT including there name, Image url, Price, Name of the creator.

Check the following article -

https://bitquery.io/blog/nft-apis

For now, we don’t have metadata, so getting NFT off-chain details might not be feasible. but we will add it soon.

Hi Gaurav,
Thanks for the update.

I would like to add one more question.

Do you have an API where I can get All NFT tokens for a particular vendor like rarible? For example, I pass their smart contract address like for Rarible which is “0x60f80121c31a0d46b5279700f9df786054aa5ee5” and in response, I get All the NFT token id minted on Rarible?

Need to check with the Dev team about it

Meanwhile, check it here and let me know if you find your data here.

if you query transaction on ERC721 token transfer, the API does not return ERC721 as token type but ERC20 instead. and tokenId is null. any feedback from dev from Jul 1?