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
Authorizations
API key passed as a Bearer token in the Authorization header.
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)$The ID of the blockchain
Query Parameters
Number of items per page
Required range:
x >= 1Address hash for paging
Pattern:
^0x([A-Fa-f0-9]{40})$Token ID for paging
Pattern:
^-?([1-9][0-9]*|0)$Transaction value for paging
Pattern:
^-?([1-9][0-9]*|0)$Retrieve detailed information about a specific NFT
Previous
Fetch media type for a specific NFT instance
Next