get https://eth-mainnet.g.alchemy.com/nft/v2//getOwnersForCollection
Gets all owners for a given NFT contract.
Alchemy SDK Renaming
In the Alchemy SDK, this method has been renamed to getOwnersForContract
Pagination
By default, this method will return all results on a single page. However, for extremely large collections (>50,000 owners) results will be paginated. Each response will include a
pageKey
field which can be passed back as request parameter to get the next page of results.
Chain | Mainnet | Testnet |
---|---|---|
Ethereum | ![]() | ![]() |
Polygon | ![]() | ![]() |
Optimism | ![]() | ![]() |
Arbitrum | ![]() | ![]() |