cURL
curl --request GET \ --url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/holders
{ "items": [ { "value": "10000", "token_id": "10000" } ], "next_page_params": { "value": 790000000000000000000, "token_id": "953848", "items_count": 50 } }
Address hash
^0x([A-Fa-f0-9]{40})$
integer id
token
Show child attributes
{ "value": 790000000000000000000, "token_id": "953848", "items_count": 50}
Was this page helpful?