Curve Structure
Curve structure endpoints summarize contango/backwardation and prompt-spread behavior.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/spreads/curve-structure | Current curve structure snapshot |
| GET | /v1/spreads/curve-structure/all | All available curve structure series |
No Historical Path
There is no /v1/spreads/curve-structure/historical endpoint in the current live surface.
Example
curl "https://api.oilpriceapi.com/v1/spreads/curve-structure?code=BRENT_CURVE" \
-H "Authorization: Token YOUR_API_KEY"
See Spreads & Margins for common parameters, response shape, and error handling.