- Docs
- Api%2Freference%2Fexplorer%2FGetStakingOperationsStats
Get staking operations statistics
Retrieve statistics about staking operations, including total counts, trends over time, and other relevant metrics to analyze staking activity on the eBus network.
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-timeResponse Body
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/public/network/staking/operations/stats"{
"total": 0,
"data": [
{
"id": "string",
"key": "string",
"when": "2019-08-24T14:15:22Z",
"count": 0,
"amount": "string"
}
]
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}