get_coin_market_cap_history
Retrieve historical market capitalization data for specific cryptocurrencies to analyze value trends over time, using customizable time intervals and data limits.
Instructions
With the coin market-caps endpoint you can check out a coin's historical market cap. The market cap for each coin is determined by the latest price for one coin, multiplied by the amount of coins in circulation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | The interval determines the time period over which each market cap item is determined. Default value: day Allowed values: hour day week month | |
| limit | No | Limit. Limit the amount of time periods for which the marketCaps are retrieved. For example, when interval=hour and limit is 10, data will be returned for the last 10 hours. Default value: 50 Size range: 0-5000 | 50 |
| uuid | Yes | UUID of the coin you want to request the market cap data for. A UUID is our unique identifier for each coin. You can find them in all our coin endpoints, or look them up in the find UUID page. |