get_owners_for_nft
Retrieve owner details of a specific NFT by providing its contract address and token ID. Supports pagination to manage large result sets efficiently.
Instructions
Get owners of a specific NFT
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contractAddress | Yes | The contract address of the NFT | |
pageKey | No | Key for pagination | |
pageSize | No | Number of results per page | |
tokenId | Yes | The token ID of the NFT |