Returns Holders Statistics of this NFT at one day

Returns Holders Statistics of this NFT at one day

Sample Request

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

Sample Response

{
  "code": 0,
  "data": {
    "daily_active_address_count": 144,
    "daily_active_entity_count": 119,
    "daily_new_address_count": 22,
    "daily_new_entity_count": 15
  },
  "uuid": 1656903749308121000
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!