List current holders of a specific NFT
tokens
List current holders of a specific NFT
Retrieves current holders of a specific NFT instance. For ERC-721, this will typically be a single address. For ERC-1155, multiple addresses may hold the same token ID.
GET
List current holders of a specific NFT
Documentation Index
Fetch the complete documentation index at: https://blockscout-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$Token ID for ERC-721/1155/404 tokens
Pattern:
^-?([1-9][0-9]*|0)$Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Address hash for paging
Pattern:
^0x([A-Fa-f0-9]{40})$Number of items returned per page
Required range:
1 <= x <= 50Token ID for paging
Pattern:
^-?([1-9][0-9]*|0)$Transaction value for paging
Pattern:
^-?([1-9][0-9]*|0)$