digital_currency_daily
Get daily digital currency data for specific cryptocurrencies and markets to track price movements and analyze market trends.
Instructions
Fetch digital currency daily
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"
}