getOwnersForCollection
GET
/v2/{apiKey}/getOwnersForCollection
Gets all owners for a given NFT contract.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Query Parameters
stringrequireddefaults to
0x1f02bf9dde7c79137a08b2dd4fc964bfd2499734String - Contract address for the NFT contract (ERC721 and ERC1155 supported).
booleandefaults to
falseBoolean - If set to true the query will include the token balances per token id for each owner. false by default.
string
String - used for collections with >50,000 owners. pageKey field can be passed back as request parameter to get the next page of results.
Responses
200
List of all addresses that own the given NFT.
Was this page helpful?