v1
latestOpenAPI 3.0.42026-07-26432241.7 KBStats
Get historical HBAR price data (minutely)
get/stats/hbarHistoricalPrices
Query parameters
frominteger required
From unix seconds
Example:1697600000
tointeger required
To unix seconds
Example:1697610000
Headers
x-api-keystring required
API key for authentication. The demo api key provided is globally rate limited. Do not use in production.
Response
Successful response
Example response
[
{
"priceUsd": 0.04830379666666667,
"timestampSeconds": 1697599980
}
]