getOwnersForToken
Get the owner(s) for a token.
Path parameters
apiKey
Query parameters
contractAddress
String - Contract address for the NFT contract (ERC721 and ERC1155 supported).
tokenId
String - The ID of the token. Can be in hex or decimal format.
pageKey
String - key for pagination. If more results are available, a pageKey will be returned in the response. Pass back the pageKey as a param to fetch the next page of results.
pageSize
Number of owners to be returned per page.
Response
owners
List of all addresses that own the given NFT.