Returns Holders Statistics of this NFT

Returns Holders Statistics of this NFT

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/nft/getHolderStatistics?contract_address=0xed5af388653567af2f388e6224dc7c4b3241c544&chain=ethereum' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": {
    "holder_count": 4701,
    "entity_count": 4186
  },
  "uuid": 1656903577001918500
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!