get daily active address of the project

get daily active address of the project

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request

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: */*'

Sample Response

{
  "code": 0,
  "data": 7073,
  "uuid": 1656864362826432500
}
Query Params
string
required
Defaults to uniswap-v2
string
required
Defaults to ethereum

specific the network

string
required
Defaults to 2023-04-23

specific the date

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*