Accounts: totals/time-series
getAccountsTotalsRetrieve total unique VeChain accounts for specified time intervals (DAY, WEEK, MONTH, YEAR) or cumulative all-time total. Supports pagination for browsing results.
Instructions
Retrieve total unique VeChain accounts by timeframe via /api/v1/accounts/totals. Provide timeFrame (DAY, WEEK, MONTH, YEAR) to get per-interval totals; omit timeFrame to get cumulative ALL. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based results page number (0 is the first page) | |
| size | No | Results per page (1..150); API default is typically 20 | |
| cursor | No | Opaque cursor for fetching the next page when provided by the API | |
| direction | No | Sort direction for time-based queries; defaults to 'DESC' (newest first) | |
| timeFrame | No | DAY, WEEK, MONTH, YEAR, ALL; omitted defaults to ALL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| network | Yes |