Skip to content
🎉 Welcome to the new Aptos Docs! Click here to submit feedback!

Retrieve NFT Collections Owned by an Account

GetAccountNftCollections fetches detailed information about NFT collections owned by a specific account address. This includes data such as the collection ID, distinct token count within each collection, and detailed attributes of each collection. It’s particularly useful for applications that need to display comprehensive details about NFT holdings associated with an account.

Try it yourself! You can customize the variables at the bottom of the editor.

Loading...

Variables:

  • $address: String - The Aptos account address for which you want to query NFT collection data. Ex. "0x8824ebb6e0d60656f6d4d5bbc408805d9ca6b984aad78b16f42b1dae545d6762"