v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBget token holders
Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.
get/tokens/{address_hash}/holders
Path parameters
address_hashstring required
Address hash
Response
token
Example response
{
"items": [
{
"address_hash": {
"hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
"implementation_name": "implementationName",
"name": "contractName",
"ens_domain_name": "domain.eth",
"metadata": {
"slug": "tag_slug",
"name": "Tag name",
"tagType": "name",
"ordinal": 0,
"meta": {}
},
"private_tags": [
{
"address_hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
"display_name": "name to show",
"label": "label"
}
],
"public_tags": [
{
"address_hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
"display_name": "name to show",
"label": "label"
}
]
},
"value": "10000",
"token_id": "10000"
}
],
"next_page_params": {
"items_count": 2,
"value": 790000000000000000000
}
}