---
title: "24hr Ticker Statistics"
method: GET
path: "/v2/ticker/24hr"
tags: ["Ticker"]
---

# 24hr Ticker Statistics

`GET /v2/ticker/24hr`

Returns 24-hour rolling window price change statistics.
Omit `symbol` to return all symbols.

## Query parameters

- `symbol` string

## Response `200`

24hr ticker data

- Ticker24hrResponse
  - `symbol` string
  - `priceChange` string
  - `priceChangePercent` string
  - `weightedAvgPrice` string
  - `lastPrice` string
  - `lastQty` string
  - `openPrice` string
  - `highPrice` string
  - `lowPrice` string
  - `volume` string
  - `quoteVolume` string
  - `openTime` integer
  - `closeTime` integer
  - `firstId` integer
  - `lastId` integer
  - `count` integer

---

[API](https://skmtc.net/strikefinance/apis/strike-finance-staking-api.md) · [All operations](https://skmtc.net/strikefinance/apis/strike-finance-staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/strikefinance/strike-finance-staking-api/revisions/6b7d8bd51050/schema)
