get daily active address of the projectget https://api.0xscope.com/v2/project/activeAddressget daily active address of the projectSample Request cURLcurl --request GET \ --url 'https://api.0xscope.com/v2/project/activeAddress?project_id=uniswap-v2&chain=ethereum&date=2023-04-23' \ --header 'API-KEY: your-api-key' \ --header 'accept: */*' Sample Response JSON{ "code": 0, "data": 7073, "uuid": 1656864362826432500 }