---
title: "View Volume and Price Analytics for a range of Number Validator Records"
method: GET
path: "/reports/my/numberValidator/volPrice"
---

# View Volume and Price Analytics for a range of Number Validator Records

`GET /reports/my/numberValidator/volPrice`

Returns analytics for a range of Number Validator records specified by a time frame associated with the owner account.

## Query parameters

- `startDate` string, date, required
- `endDate` string, date, required

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `totals` object
    - `timeGrouping` string
    - `totalCount` integer
    - `totalPrice` number
    - `totalValid` integer
    - `totalInvalid` integer
  - `details` object[]
    - `startDateTime` string
    - `price` number
    - `count` integer
    - `validCount` integer
    - `invalidCount` integer

## Other responses

- `400` — 400

---

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