evm_getuniqueownersbycollection
Retrieve a list of unique wallet addresses holding NFTs from a specified contract, facilitating NFT ownership analysis and tracking.
Instructions
Get unique wallet addresses owning NFTs from a contract.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address of the NFT contract | |
chain | No | The chain to query | eth |
cursor | No | The cursor returned in the previous response (used for getting the next page). | |
limit | No | The desired page size of the result. |