Alchemy Logo

Owners By NFT

GET
/v3/{apiKey}/getOwnersForNFT

getOwnersForNFT - Retrieves the owner(s) for a specific token. This endpoint is supported on Ethereum and many L2s, including Polygon, Arbitrum, Optimism, Base, World Chain and more. See the full list of supported networks here.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Query Parameters

contractAddressstringrequireddefaults to 0xe785E82358879F061BC3dcAC6f0444462D4b5330

String - Contract address for the NFT contract (ERC721 and ERC1155 supported).

tokenIdstringrequireddefaults to 44

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

Responses

200

Returns the owner(s) of the specified NFT.

Was this page helpful?