assets_slug_history
Retrieve historical price data for a cryptocurrency asset by specifying slug, interval, and optional start/end timestamps.
Instructions
Retrieve historical data for a specific asset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug of the asset | |
| interval | Yes | interval choices m1 m5 m15 m30 h1 h2 h6 h12 d1 | |
| start | No | UNIX time in milliseconds. Omitting will return the most recent asset history. | |
| end | No | The end timestamp for the historical data. |