Get Token Price Range
Gets the price of a token at a given range in a period.
Authorizations
API key to access the API (optional)
Query Parameters
The ID of the coin to get market cap of
"cg:ethereum"
Symbol of coin to get price of
"ETH"
Target currency (usd, eur, jpy, etc)
"USD"
The address of the token to query.
Unix timestamp for start
"1700000000"
Unix timestamp for end
"1706000000"
Duration between data points. Strings accepted by period: Can use regular chart candle notion like ‘4h’ etc where: W = week, D = day, H = hour, M = minute (not case sensitive)
Unique identifier for a blockchain network.
"1"
Returns the raw data given by the provider. WARNING: removes backup feature, and raw data returned is not normalized which might make switching providers difficult
null
Overrides our autorouting. Only specify this parameter if you would like to specify only a single provider to use for this request.
CoinGecko, CODEX Response
The response is of type object.