get_contracts_for_owner
Retrieve NFT contracts associated with a specific wallet address, with options to include or exclude filters like spam and airdrops, using the Alchemy MCP Plugin.
Instructions
Get NFT contracts owned by an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
excludeFilters | No | Filters to exclude from the response | |
includeFilters | No | Filters to include in the response | |
owner | Yes | The wallet address to get contracts for | |
pageKey | No | Key for pagination | |
pageSize | No | Number of results per page |