getOwnersForCollection
Gets all owners for a given NFT contract.
Path parameters
apiKey
Query parameters
contractAddress
String - Contract address for the NFT contract (ERC721 and ERC1155 supported).
withTokenBalances
Boolean - If set to true
the query will include the token balances per token id for each owner. false
by default.
pageKey
String - used for collections with >50,000 owners. pageKey
field can be passed back as request parameter to get the next page of results.