get_download_url
Return a short-lived presigned URL to download the full parquet for one (asset, coin, month) partition. Use for bulk access beyond read_dataset's row cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Coin symbol, e.g. `BTC`. Omit for market-wide datasets that have no coin dimension. | |
| asset | Yes | ||
| month | Yes | Partition month, `YYYY-MM`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Presigned Tigris URL for the full parquet partition. | |
| expires_at | Yes | RFC3339 expiry. |