getContractsForOwner
Fetch all NFT contracts owned by a given address. Filter by spam confidence, include or exclude spam/airdrops, and paginate results. Supports multiple networks.
Instructions
Get all NFT contracts 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 contracts for. | |
| pageKey | No | Pagination key from a previous response. | |
| pageSize | No | Number of contracts to return. Max 100. | |
| withMetadata | No | If true, returns contract metadata. | |
| includeFilters | No | Filters to include. | |
| excludeFilters | No | Filters to exclude. | |
| orderBy | No | Order for the results. | |
| spamConfidenceLevel | No | Spam confidence level to filter at. |