get https://api.tokeninsight.com/api/v1/history/coins/
Retrieve coins historical data including price, market cap, and trading volume. Day, Hour, and Minute data is supported.
🪣 Call credit usage for this endpoint: 1 credit per 300 data points
With this endpoint, you will be able to get the historical data of any coins/tokens. Historical data includes
- price
- market cap
- 24-hour spot trading volume
The para and response are as follows
variables | type | description |
---|---|---|
id | string | A unique ID to identify different coins/protocols. You can find the list of ids in Retrieve coins list |
interval | string | day for daily datahour for hourly dataminute for minute-ly dataCan be left blank and day will be the default. |
length | string | This para decides how many data points you will get in the response, and different lengths are supported for different intervals. For day , any number between1 - 365 , -1 stands for the max length, and 90 is the default if left blank.For hour , any number between 1 - 8784 , 24 in the default if left blank.For minute , any number between 1 - 10080 , 60 is the default if left blank. |
vs_currency | string | usd in default. |