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

# [Alias] Brent futures curve — use /v1/futures/brent

`GET /v1/futures/ice-brent`

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

## Response `200`

Brent futures data

- BrentFuturesResponse
  - `status` string
  - `data` object
    - `spot` number
    - `contracts` object[]
      - `month` string
      - `contract_date` string
      - `price` number
      - `volume` integer
      - `open_interest` integer
    - `curve_structure` 'contango' | 'backwardation' | 'flat'
    - `updated_at` string, date-time

## 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)
