---
title: "Get Historical Validator Weights v2"
method: GET
path: "/api/validator/weights/history/v2"
---

# Get Historical Validator Weights v2

`GET /api/validator/weights/history/v2`

## Query parameters

- `hotkey` string
- `netuid` integer
- `uid` integer
- `block_number` integer
- `block_start` integer
- `block_end` integer
- `timestamp_start` string
- `timestamp_end` string
- `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[]
    - `hotkey` object
      - `ss58` string
      - `hex` string
    - `netuid` integer
    - `uid` integer
    - `block_number` integer
    - `timestamp` string
    - `weights` object[]
      - `uid` integer
      - `hotkey` object
        - `ss58` string
        - `hex` string
      - `weight` 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)
