evm_getuniqueownersbycollection
Retrieve unique wallet addresses that own NFTs from a specific smart contract to analyze ownership distribution and holder counts.
Instructions
Get unique wallet addresses owning NFTs from a contract.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | The chain to query | eth |
| address | Yes | The address of the NFT contract | |
| limit | No | The desired page size of the result. | |
| cursor | No | The cursor returned in the previous response (used for getting the next page). |