NFT Collections By Wallet
Fetches NFT collections (contracts) for multiple wallet addresses and networks. Returns a list of collections and metadata for each wallet/network combination. This endpoint is supported on Ethereum and many L2s, including Polygon, Arbitrum, Optimism, Base, World Chain and more. See the full list of supported networks here.
Path parameters
apiKey
Request
This endpoint expects an object.
addresses
Array of address and networks pairs (limit 2 pairs, max 15 networks each). Networks should match network enums.
withMetadata
Boolean - if set to true
, returns metadata. Setting this to false will reduce payload size and may result in a faster API call. Defaults to true
.
pageKey
pageSize
Response
Successful response!
data
List of nfts by address with appropriate metadata.