Alchemy Logo

getOwnersForToken

GET
/v2/{apiKey}/getOwnersForToken

Get the owner(s) for a token.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

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.

pageKeystring

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.

pageSizeinteger

Number of owners to be returned per page.

Responses

200

Was this page helpful?