get_tokens_hourly_ohlcv
Retrieve hourly OHLCV (Open, High, Low, Close, Volume) data for specific tokens by specifying token IDs, names, symbols, or date ranges using the Token Metrics API for comprehensive cryptocurrency market analysis.
Instructions
Fetch hourly OHLCV (Open, High, Low, Close, Volume) data for token(s) for a specific date or date range from Token Metrics API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10 | |
| limit | No | Limit the number of results returned. Default is 50. Maximum is 100. | |
| page | No | Enables pagination and data retrieval control by skipping a specified number of items before fetching data. Page should be a non-negative integer, with 1 indicating the beginning of the dataset. | |
| startDate | No | Start Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-01 | |
| symbol | No | Comma-separated string of token symbols (e.g., 'BTC,ETH,ADA') | |
| token_id | No | Comma-separated string of token IDs (e.g., '1,2,3') | |
| token_name | No | Comma Separated Crypto Asset Names (e.g., Bitcoin, Ethereum) |