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

Authorizations

x-api-key
string
header
required

API key provisioned by the SaucerSwap team. Request one from [email protected] and send it in the x-api-key header with every request.

Headers

x-api-key
string
required

API key for authentication. Request a key from [email protected].

Example:

"YOUR_API_KEY"

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