Accounts: totals/time-series
getAccountsTotalsGet total unique VeChain accounts per DAY, WEEK, MONTH, or YEAR, or get cumulative ALL totals. Pagination supports fetching large result sets.
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 |