opensea_item_owners
Retrieve the owner wallets and total holder count for any OpenSea NFT by chain, contract, and token ID. For ERC-721 items, get the single owner; for ERC-1155, list each owner with their quantity.
Instructions
List the owners of an OpenSea NFT. Returns the wallets holding one NFT plus the total owner count. ERC-721 items resolve to a single owner; ERC-1155 items can have many, each with the quantity held.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain identifier from /opensea/chains | |
| limit | No | Owners per page, 1-100 | |
| cursor | No | Opaque pagination cursor from a previous next_page_cursor | |
| token_id | Yes | Token id within the contract | |
| contract_address | Yes | NFT contract address |