get_global_trading_volume_history
Retrieve historical cryptocurrency trading volume data to analyze market trends and track trading activity over time, using customizable intervals and reference currencies.
Instructions
With the global trading volume history endpoint, you can retrieve historical cryptocurrency trading data, enabling you to analyze market trends and track cryptocurrency trading activity over time. On Coinranking, we use this endpoint on our global trading volume chart. On Coinranking, we use this endpoint on our global market cap chart.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| referenceCurrencyUuid | No | UUID of coin (either fiat or crypto), in which all the market caps are calculated. Defaults to US Dollar, but you can use any coin. You can find UUIDs for reference currencies in any coin endpoint, including a convenient dedicated reference currency endpoint Default value: yhjMzLPhuIDl | |
| interval | No | The interval determines the time period over which each trading volume item is calculated. day: the total volume traded in a single day, week: the total volume traded over a week, month: the total volume traded over an entire month Default value: day Allowed values: day week month | |
| limit | No | Limit. Limit the amount of time periods for which the intervalVolume are retrieved. For example, when interval=day and limit is 10, data will be returned for the last 10 days. Default value: 50 Size range: 1-1000 | 50 |