get https://{network}.g.alchemy.com/nft/v2//getNFTs
Gets all NFTs currently owned by a given address.
Method rename
This method has been renamed to getNftsForOwner in V3 version of the NFT API
Response
Gets all NFTs currently owned by a given address.
Method rename
This method has been renamed to getNftsForOwner in V3 version of the NFT API
xxxxxxxxxx
curl --request GET \
--url 'https://eth-mainnet.g.alchemy.com/nft/v2/docs-demo/getNFTs?owner=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&withMetadata=true&pageSize=100' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: