getCollectionsForOwner
Retrieve all NFT collections owned by an address, with support for pagination, metadata, and spam/airdrop filters.
Instructions
Get all NFT collections that an address owns tokens in
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| owner | Yes | Owner address to get NFT collections for. | |
| pageKey | No | Pagination key from a previous response. | |
| pageSize | No | Number of collections to return. Max 100. | |
| withMetadata | No | If true, returns collection metadata. | |
| includeFilters | No | Filters to include. | |
| excludeFilters | No | Filters to exclude. |