get https://api.0xscope.com/v2/project/activeEntity
get daily active entity of the project
Log in to see full request history
Sample Request
curl --request GET \
--url 'https://api.0xscope.com/v2/project/activeEntity?project_id=uniswap-v2&chain=ethereum&date=2023-04-23' \
--header 'API-KEY: your-api-key' \
--header 'accept: */*'
Sample Response
{
"code": 0,
"data": 6247,
"uuid": 1656864485019091000
}
Response