- Docs
- Api%2Freference%2Fwallets%2FGetWalletsStats
Get users statistics
Retrieve comprehensive statistics about user wallets and account activity. This endpoint provides aggregate data including total user counts, registration trends, and activity metrics over specified time ranges for analytics and reporting purposes.
AuthorizationBearer <token>
In: header
Query Parameters
time_range?string
Time range for filtering statistics and analytics data
Default
"all"Value in
"all" | "today" | "week" | "month" | "year"when_created[$gt]?string
Format
date-timewhen_created[$lt]?string
Format
date-timewhen_created[$gte]?string
Format
date-timewhen_created[$lte]?string
Format
date-timeResponse Body
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/stats/wallets"{
"total": 0,
"active": 0
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}