DApp Users
Project daily users
Get information of daily active users and transactions in specific project.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Filter by chain ID. Default: all chains
Filter by DApp. Default: all dapps of project.
Filter by project contract. Use address of contract.
GET /dev/v3/data/{project_id}/dapp-users/daily-users HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project daily actions
Get information of daily actions in specific project.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Filter by chain ID. Default: all chains
Filter by project DApp.
Filter by project contract. Use address of contract.
Limit number of actions return per day. Default: 10.
GET /dev/v3/data/{project_id}/dapp-users/daily-actions HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project users distribute by dapps
Get information of active users and transactions distribute by specific project's dapps.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Filter by chain ID. Default: all chains
GET /dev/v3/data/{project_id}/dapp-users/distribution-by-dapps HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project users distribute by contracts
Get information of active users and transactions distribute by specific project's contracts.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Filter by chain ID. Default: all chains
Filter by project DApp.
GET /dev/v3/data/{project_id}/dapp-users/distribution-by-contracts HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project users distribute by actions
Get information of active users and transactions distribute by specific project's actions.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Filter by chain ID. Default: all chains
Filter by project DApp.
Filter by project contract. Use address of contract.
GET /dev/v3/data/{project_id}/dapp-users/distribution-by-actions HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project users with competitors
Get the number of users in a specific project who also use that project's competitors.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Filter by chain ID. Default: all chains
Filter by DApp. Default: all dapps of project.
Filter by project contract. Use address of contract.
GET /dev/v3/data/{project_id}/dapp-users/use-competitors HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project users with partners
Get the number of users in a specific project who also use that project's partners.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Filter by chain ID. Default: all chains
Filter by DApp. Default: all dapps of project.
Filter by project contract. Use address of contract.
GET /dev/v3/data/{project_id}/dapp-users/use-partners HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project users retention
Get information about users' retention in specific project.
Project ID
End timestamp.
Time range
Unit of time range
Time gap
Events name
Filter by DApp. Default: all dapps of project.
Filter by project contract. Use address of contract.
GET /dev/v3/data/{project_id}/cdp-users/retention HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project new and returning users
Get information about new and returning users in specific project.
Filter by end time.
Filter by start time.
Filter by DApp. Default: all dapps of project.
Filter by project contract. Use address of contract.
GET /dev/v3/data/{project_id}/cdp-users/user-inbounce HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project users distribute by countries
Get information about active users and transactions distribute by countries in specific project.
Note: Require setup google analytics.
Filter by DApp. Default: all dapps of project.
Filter by project contract. Use address of contract.
GET /dev/v3/data/{project_id}/cdp-users/distribution-by-countries HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Project users traffic
Get information about specific project's user traffic and routes.
Note: Require setup google analytics.
Project ID
Start timestamp. Default: 30 days before endTime
.
End timestamp. Default: current time.
Number of members return. Default: 10
GET /dev/v3/data/{project_id}/socials/traffic-share HTTP/1.1
Host: develop.centic.io
x-apikey: YOUR_API_KEY
Accept: */*
OK
No content
Last updated