Active Users Statistics
[GET] /v1/:network/statistics/dau
Get The Number of Daily Active Users
Request
Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
Queries
# Max range: 30 days
# Search start datetime
# (datetime, required)
fromDateTime: 2024-11-03
# Search end datetime
# (datetime, required)
toDateTime: 2024-11-20
Try API
Method : GET
URL
/v1/:network/statistics/dau
CallURL
https://apis.mintscan.io/v1/:network/statistics/dau
Header
Bear Token*
Parameters
network*
Queries
fromDateTime*
toDateTime*
[GET] /v1/:network/statistics/mau
Get The Number of Monthly Active Users
Request
Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
Queries
# Search the month
# (datetime, required)
month: 2024-11
Try API
Method : GET
URL
/v1/:network/statistics/mau
CallURL
https://apis.mintscan.io/v1/:network/statistics/mau
Header
Bear Token*
Parameters
network*
Queries
month*