Is there an endpoint to get all NFTs, owned by a specific wallet, from a single collection?

I found this endpoint which allows you to get all wallets that own a specific collection:

GET /networks/{chainId}/nfts/{tokenAddress}/owners

And I found this endpoint which allows you to get all NFTs owned by a specific wallet:

GET /networks/{chainId}/accounts/{walletAddress}/assets/nfts

But what I’m really looking for is a combination of these where I can get all NFTs owned by a specific wallet from a single collection. Is this possible?

2 Likes

Wellcome!
No, you would have to look for the union of the two sets yourself.

Note that we have deprecated our NFT API:

it is possible that another provider would have such an endpoint.

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.