Tool to get all NFT contracts owned by an address with contract metadata. Use when you need to retrieve a comprehensive list of NFT collections held by a specific wallet address, including detailed contract information such as token type, total supply, deployer info, spam classi…
ownerRequiredstringAddress for NFT owner (can be in ENS format for Eth Mainnet)
orderBystringOrdering scheme for NFTs
pageKeystringKey for pagination. If more results are available, a pageKey will be returned in the response. Pass back the pageKey as a param to fetch the next page of results
pageSizeintegerNumber of NFTs to be returned per page. Defaults to 100. Max is 100
withMetadatabooleanIf set to true, returns NFT metadata. Setting this to false will reduce payload size and may result in a faster API call. Defaults to true
excludeFiltersarrayArray of filters that will be applied to the query. NFTs that match one or more of these filters will be excluded from the response. May not be used in conjunction with includeFilters. Filter Options: SPAM (NFTs classified as spam), AIRDROPS (NFTs that were airdropped to the use…
includeFiltersarrayArray of filters that will be applied to the query. Only NFTs that match one or more of these filters will be included in the response. May not be used in conjunction with excludeFilters. Filter Options: SPAM (NFTs classified as spam), AIRDROPS (NFTs that were airdropped to the…
spamConfidenceLevelstringSpam confidence levels
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.