---
title: "Get Stats History"
method: GET
path: "/api/stats/history/v1"
---

# Get Stats History

`GET /api/stats/history/v1`

## Query parameters

- `block_number` integer
- `block_start` integer
- `block_end` integer
- `timestamp_start` integer
- `timestamp_end` integer
- `frequency` 'by_block' | 'by_day'
- `page` integer
- `limit` integer
- `order` 'block_number_asc' | 'block_number_desc' | 'timestamp_asc' | 'timestamp_desc'

## Response `200`

200

- object
  - `pagination` object
    - `current_page` integer
    - `per_page` integer
    - `total_items` integer
    - `total_pages` integer
    - `next_page` integer
    - `prev_page` unknown
  - `data` object[]
    - `block_number` integer
    - `timestamp` string
    - `issued` string
    - `staked` string
    - `accounts` integer
    - `active_accounts` integer
    - `balance_holders` integer
    - `active_balance_holders` integer
    - `extrinsics` integer
    - `transfers` integer
    - `subnets` integer
    - `subnet_registration_cost` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/taostats/apis/taostats-1.md) · [All operations](https://skmtc.net/taostats/apis/taostats-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/taostats/taostats-1/versions/eb3af702da52/schema)
