---
title: "[Alias] WTI futures curve — use /v1/futures/wti"
method: GET
path: "/v1/futures/ice-wti"
tags: ["Futures", "Premium"]
---

# [Alias] WTI futures curve — use /v1/futures/wti

`GET /v1/futures/ice-wti`

Legacy venue-named alias of `/v1/futures/wti` (#4170). Identical
response. Retained for backward compatibility; prefer the canonical
instrument-generic path.

## Response `200`

WTI futures data

- WtiFuturesResponse
  - `commodity` string
  - `source` string
  - `updated_at` string, date-time
  - `trading_hours` string
  - `contracts` object[]
    - `contract_month` string
    - `last_price` number
    - `currency` string
    - `days_to_expiry` integer
    - `contract_status` 'front_month' | 'near_expiry' | 'active' | 'expired' — Contract lifecycle state. "expired" is returned only by historical/OHLC endpoints; the live curve filters expired contracts out.
    - `is_front_month` boolean
    - `expiry_date` string, date
    - `updated_at` string, date-time
  - `metadata` object
    - `total_contracts` integer
    - `front_month_contract` string
    - `data_source` string — Customer-safe machine label for the data source category. Aggregated market data is labeled "market_reporting"; government/official sources (e.g. EIA) are named. The underlying collection source is tracked internally on the `prices.source` column.
    - `enhanced_data` boolean

## Other responses

- `401` — Unauthorized
- `403` — Premium access required
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/revisions/5a5ce424cacc/schema)
