Retrieves the historical prices (and other market information) for the specified token from October 2019 forward.
Note: This endpoint returns a max of 6 months of historical data. In order to get more than 6 months you must use the startDate
& endDate
parameters to move the time frame window to get the next n days/months of data.
The symbol of the token for which to retrieve prices.
Filter by prices after this date (expressed as milliseconds, for example 1590969600000). Note that the interval can not exceed 6 months (d), 30 days (h) or 24 hours (m).
Filter by prices before this date (expressed as milliseconds, for example 1593561600000). Note that the interval can not exceed 6 months (d), 30 days (h) or 24 hours (m).
The time interval to return the historical data in: by day (d), by hour (h), or by minute (m).
[Optional] Time format of the timestamps in the return payload.
[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable
200
The response is of type any
.