get_asset_price_history
Retrieve historical price data for an asset by providing its asset ID. Set an optional date range and data point limit to get the needed records.
Instructions
Get historical price data for an asset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| limit | No | Max data points (default: 90) | |
| assetId | Yes | Asset ID |