Tool to retrieve all NFT collections held by a specified owner address. Use when you need to get a comprehensive view of what NFT collections a wallet owns, including collection metadata, ownership counts, and spam classification. Only supported on Ethereum. Supports pagination…
ownerRequiredstringAddress for NFT owner (can be in ENS format for Ethereum Mainnet). This is the wallet address whose NFT collections you want to retrieve
pageKeystringKey for pagination. If more results are available, a pageKey will be returned in the response. Pass back the pageKey to fetch the next page of results
pageSizeintegerNumber of NFT collections to be returned per page. Defaults to 100. Max is 100
withMetadatabooleanIf set to true, returns NFT metadata. Setting to false reduces payload size and may result in faster API calls. Defaults to true
excludeFiltersarrayArray of filters that will be applied to the query. NFTs matching one or more of these filters will be excluded. Options: SPAM (NFTs classified as spam), AIRDROPS (NFTs that were airdropped). May not be used with includeFilters. Note: SPAM filter is available exclusively on paid…
includeFiltersarrayArray of filters that will be applied to the query. Only NFTs matching one or more of these filters will be included. Options: SPAM (NFTs classified as spam), AIRDROPS (NFTs that were airdropped). May not be used with excludeFilters. Note: SPAM filter is available exclusively on…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.