---
title: "Get historical HBAR price data (minutely)"
method: GET
path: "/stats/hbarHistoricalPrices"
tags: ["Stats"]
---

# Get historical HBAR price data (minutely)

`GET /stats/hbarHistoricalPrices`

## Query parameters

- `from` integer, required — From unix seconds
- `to` integer, required — To unix seconds

## Headers

- `x-api-key` string, required

## Response `200`

Successful response

- object[]
  - `priceUsd` number — HBAR price in USD
  - `timestampSeconds` integer — Unix timestamp in seconds

---

[API](https://skmtc.net/saucerswap/apis/saucerswap-rest-api.md) · [All operations](https://skmtc.net/saucerswap/apis/saucerswap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saucerswap/saucerswap-rest-api/revisions/6c4d55a0e793/schema)
