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

Returns historical token prices over the requested window.

The interval parameter controls downsampling:

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

Only "cc" (Canton Coin) is currently supported. The token identifier is case-insensitive.

Path Params
string
required
Defaults to canton

Name of the chain.

string
required
Defaults to cc

Token identifier to price. Currently only "cc" is supported.

Query Params
int64

Start timestamp to filter results by (Unix timestamp). Optional.

int64

End timestamp to filter results by (Unix timestamp). Optional.

string
Defaults to daily

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

Headers
string
required
Defaults to demokey

API Key for Canton API. To generate an API Key, visit https://app.noves.fi

Responses

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