/{chain}/price/{tokenAddress}

Returns the price for the requested token at the given timestamp. If no timestamp is passed, the price for the current time will be returned.

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

If the requested timestamp is earlier than the first indexed price observation, the endpoint returns 404.

Path Params
string
required
Defaults to canton

The chain to query (e.g. canton)

string
required
Defaults to cc

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

Query Params
int64

Unix timestamp (seconds) to query price at. If not provided, returns the latest price.

Headers
string
required
Defaults to demokey

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

Responses

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