getNFTOwners
Retrieve NFT owners for a specific contract address. Automatically initiates indexing for new collections and supports pagination, metadata normalization, and media previews.
Instructions
Get owners of NFTs for a given contract.
- Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The address of the NFT contract | |
cursor | No | The cursor returned in the previous response (used for getting the next page). | |
format | No | The format of the token ID | |
limit | No | The desired page size of the result. | |
media_items | No | Should preview media data be returned? | |
normalizeMetadata | No | Should normalized metadata be returned? |