- Docs
- Api%2Freference%2Fexplorer%2FGetActionsStats
Get actions statistics
Retrieve comprehensive statistics about blockchain actions and their execution patterns. This endpoint provides aggregate data including total action counts, execution trends, action type distribution, and wallet activity analytics over specified time ranges.
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-timeaction_name?string
Filter statistics by action name
signer?string
Filter statistics by signer account name
Response Body
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/stats/actions"{
"total": 0,
"by_name": {
"property1": 0,
"property2": 0
}
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}