curl --request GET \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/holders{
"items": [
{
"value": "10000",
"token_id": "10000"
}
],
"next_page_params": {
"items_count": 2,
"value": 790000000000000000000
}
}curl --request GET \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/holders{
"items": [
{
"value": "10000",
"token_id": "10000"
}
],
"next_page_params": {
"items_count": 2,
"value": 790000000000000000000
}
}Was this page helpful?