v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Commodities

Get dataset coverage and account access

Returns the versioned, customer-safe coverage contract for one catalog code. History bounds come from an asynchronously refreshed materialized snapshot; this request does not scan the raw price table. Availability and account entitlement are separate so callers can distinguish missing data from plan access.

get/v1/commodities/{code}/coverage

Path parameters

codestring required
Example:BRENT_CRUDE_USD

Commodity code, including supported dynamic contract codes

Response

Versioned dataset coverage contract

status'success' required

Example response

{
  "data": {
    "code": "BRENT_CRUDE_USD"
  }
}