Get download URL by S3 key (GET /get-data-url)
get_download_urlReturn a time-limited presigned download URL for a full object key (e.g. orderbook/kalshi/btc/15m/2026-05-21/FILE.gz). Use this when you already know the exact key; otherwise prefer list_market_data plus the per-endpoint file tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Full object key including all prefixes and the filename. | |
| expires | No | URL lifetime in seconds (default 900). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| expires_in | No | ||
| download_url | No |