Skip to main content
GET
Get historical HBAR price data (minutely)

Headers

x-api-key
string
default:875e1017-87b8-4b12-8301-6aa1f1aa073b
required

API key for authentication. The demo api key provided is globally rate limited. Do not use in production.

Query Parameters

from
integer
required

From unix seconds

Example:

1697600000

to
integer
required

To unix seconds

Example:

1697610000

Response

200 - application/json

Successful response

priceUsd
number

HBAR price in USD

Example:

0.04830379666666667

timestampSeconds
integer

Unix timestamp in seconds

Example:

1697599980