/{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.

Language
Response
Click Try It! to start a request and see the response here!