get daily active address of the project
get https://api.0xscope.com/v2/project/activeAddress
get daily active address of the project
curl --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: */*'
{
"code": 0,
"data": 7073,
"uuid": 1656864362826432500
}