getOwnersForCollection

Gets all owners for a given NFT contract.

Path parameters

apiKeystringRequiredDefaults to docs-demo

Query parameters

contractAddressstringRequiredDefaults to 0x1f02bf9dde7c79137a08b2dd4fc964bfd2499734

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