getOwnersForToken
GET
/v2/{apiKey}/getOwnersForToken
Get the owner(s) for a token.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Query Parameters
contractAddressstringrequireddefaults to 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48String - Contract address for the token to get the owner for.
tokenIdstringrequireddefaults to 44String - The ID of the token. Can be in hex or decimal format.
pageKeystringString - 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.
pageSizeintegerNumber of owners to be returned per page.
Responses
200
Was this page helpful?