Tool to get all NFTs currently owned by a given address. Supports ERC721 and ERC1155 tokens on Ethereum and L2s including Polygon, Arbitrum, Optimism, Base. Use when you need to retrieve NFT holdings for an address with optional metadata.
ownerRequiredstringAddress for NFT owner (can be in ENS format for Eth Mainnet)
orderBystringOrdering scheme for NFTs in the response
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. Options: SPAM (NFTs classified as spam), AIRDROPS (NFTs that were airdropped to the user)
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. Options: SPAM (NFTs classified as spam), AIRDROPS (NFTs that were airdropped to the user)
contractAddressesarrayArray of contract addresses to filter the responses with. Max limit 45 contracts
spamConfidenceLevelstringConfidence level for spam filtering
tokenUriTimeoutInMsintegerTimeout in milliseconds for the website hosting the metadata to respond when metadata is requested. Set to 0 to only access the cache and not live fetch any metadata for cache misses
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.