get_indices_performance
Analyze index performance by fetching historical ROI data for specified indices over a defined period. Use start and end dates, pagination, and result limits to evaluate investment trends and make informed decisions.
Instructions
Fetch historical performance data for a given index, including cumulative return on investment (ROI) over time from Token Metrics API. This data is useful for analyzing index trends and evaluating investment performance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | End Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10 | |
id | Yes | Id of the index. Example: 1 | |
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 |