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.

GET
/stats/actions
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
Formatdate-time
when_created[$lt]?string
Formatdate-time
when_created[$gte]?string
Formatdate-time
when_created[$lte]?string
Formatdate-time
action_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": {}
}