getOwnersForToken

Get the owner(s) for a token.

Path parameters

apiKeystringRequiredDefaults to docs-demo

Query parameters

contractAddressstringRequiredDefaults to 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48

String - Contract address for the token to get the owner for.

tokenIdstringRequiredDefaults to 44

String - The ID of the token. Can be in hex or decimal format.

pageKeystringOptional

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.

pageSizeintegerOptional
Number of owners to be returned per page.

Response

ownerslist of strings or null
List of all addresses that own the given NFT.