digital_currency_monthly
Retrieve monthly historical data for digital currencies to analyze long-term market trends and performance patterns for investment research.
Instructions
Fetch digital currency monthly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| market | Yes |
Input Schema (JSON Schema)
{
"properties": {
"market": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"required": [
"symbol",
"market"
],
"type": "object"
}