getOwnersForNFT
Retrieve all owner addresses for a specific NFT token by contract address and token ID. Supports multiple networks for flexible blockchain queries.
Instructions
Get all owner addresses for a specific NFT token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| contractAddress | Yes | Contract address for the NFT. | |
| tokenId | Yes | The token ID to get owners for. |