---
title: "Get Statistics"
method: GET
path: "/v1/info/statistics"
---

# Get Statistics

`GET /v1/info/statistics`

Get last 24-hour statistics for all instruments.

## Query parameters

- `instrument_id` integer — Instrument ID

## Response `200`

Statistics response.

- Statistic[]
  - `instrument_id` integer, required — Instrument ID
  - `symbol` string, required — Instrument symbol
  - `volume` string, required — 24-hour trading volume in contracts
  - `open_price` string, required — Opening price from 24 hours ago
  - `klines` Kline[], required — Last 24-hour kline data
    - unknown[] — - `1767225600000` - Open time - `"100.00"` - Open price - `"105.00"` - High price - `"99.00"` - Low price - `"102.00"` - Close price - `"500.00"` - Volume (base unit) - `42` - Number of trades
      - unknown

## Other responses

- `429` — Too Many Requests. `error` distinguishes the limit that was hit: `ip_rate_limited` (per-IP token bucket), `action_rate_limited` (per-account action rate), or `open_orders_limit` (resting open-order cap).
- `500` — Internal server error. `error` is `internal_error`.

---

[API](https://skmtc.net/polymarket/apis/polymarket-perps-http-api.md) · [All operations](https://skmtc.net/polymarket/apis/polymarket-perps-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/polymarket-perps-http-api/versions/e17c4709273e/schema)
