- Docs
- Api%2Freference%2Fexplorer%2FGetObjectStats
Get object statistics
Retrieve comprehensive statistics about smart objects and their usage patterns. This endpoint provides aggregate data including total object counts, creation trends, template distribution, and ownership analytics over specified time ranges for platform insights and reporting.
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-timetemplate_id?string
Filter statistics by template ID
wallet_id?string
Filter statistics by wallet ID
Response Body
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/stats/objects"{
"total": 0,
"by_template": {
"property1": 0,
"property2": 0
}
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}