NFTs By Wallet
Fetches NFTs for multiple wallet addresses and networks. Returns a list of NFTs 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](https://dashboard.alchemy.com/chains).
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
orderBy
Field to order results by
Allowed values:
sortOrder
Sort order for results
Allowed values:
Response
Successful response!
data
List of nfts by address with appropriate metadata.