getOwnersForCollection

Gets all owners for a given NFT contract.

Path parameters

apiKeystringRequired

Query parameters

contractAddressstringRequired

String - Contract address for the NFT contract (ERC721 and ERC1155 supported).

withTokenBalancesbooleanOptionalDefaults to false

Boolean - If set to true the query will include the token balances per token id for each owner. false by default.

pageKeystringOptional

String - used for collections with >50,000 owners. pageKey field can be passed back as request parameter to get the next page of results.

Response