get_artemis_data
Retrieves crypto token metrics for specified symbols and date ranges from the Artemis API.
Instructions
Get Crypto data from the Artemis API for the given symbols and metrics.
Args:
symbols: List of symbols to call the API for
metrics: List of metrics to call the API for
start_date: start date for the API make sure to use the format YYYY-MM-DD no other format will work
end_date: end date for the API make sure to use the format YYYY-MM-DD no other format will work
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | Yes | ||
| symbols | Yes | ||
| end_date | Yes | ||
| start_date | Yes |