getWalletNFTCollections
Retrieve NFT collections from a specified wallet address, including options to exclude spam, include token counts, and fetch last sale prices for comprehensive asset insights.
Instructions
Get NFT collections owned by a given wallet address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The wallet address of the owner of NFTs in the collections | |
cursor | No | The cursor returned in the previous response (used for getting the next page). | |
exclude_spam | No | Should spam NFTs be excluded from the result? | |
include_prices | No | Should NFT last sale prices be included in the result? | |
limit | No | The desired page size of the result. | |
token_counts | No | Should token counts per collection be included in the response? |