- Docs
- Api%2Freference%2Fexplorer%2FGetActionFeesStats
Get action fees statistics over time
Retrieve time-series data about blockchain action fee patterns and trends. This endpoint provides detailed analytics on transaction costs over time, including fee distribution, cost trends by action type, and temporal analysis of blockchain transaction expenses.
AuthorizationBearer <token>
In: header
Query Parameters
interval?string
Time interval for grouping time-series statistics and analytics data
Default
"week"Value in
"hour" | "day" | "week" | "month" | "year"time_range?string
Time range for filtering statistics and analytics data
Default
"all"Value in
"all" | "today" | "week" | "month" | "year"limit?integer
How many items to return at one time (max 100)
Format
int64when_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/fees"{
"total_fee": "string",
"total_fee_wei": "string",
"base_fee": "string",
"base_fee_wei": "string",
"dynamic_fee": "string",
"dynamic_fee_wei": "string",
"by_name": [
{
"key": "string",
"when": "2019-08-24T14:15:22Z",
"total_fee_wei": "string",
"total_fee": "string",
"base_fee_wei": "string",
"base_fee": "string",
"dynamic_fee_wei": "string",
"dynamic_fee": "string",
"count": 0
}
]
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}