/{chain}/price/{tokenAddress}/history

Returns historical price data for a token over a time range.

Supports downsampling via the interval parameter:

  • raw: every price observation (limited to 1000 points)
  • hourly: OHLC data bucketed by hour
  • daily: OHLC data bucketed by day (default)

Currently, only the "cc" (Canton Coin) token is supported. The token address is case-insensitive, so both "cc" and "CC" are accepted.

Path Params
string
required
Defaults to canton

The chain to query (e.g. canton)

string
required
Defaults to cc

The token identifier (currently only "cc" is supported)

Query Params
int64

Start of time range (Unix timestamp). Optional.

int64

End of time range (Unix timestamp). Optional.

string
Defaults to daily

Downsampling interval: raw, hourly, or daily (default).

Headers
string
required
Defaults to demokey

API Key to call the API. To generate one, visit https://noves.fi/pricing

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json