# SuVerse Oil Prices — WTI & Brent Crude Futures Spot Prices

> SuVerse Oil Prices — WTI & Brent Crude Futures Spot Prices is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns current WTI NYMEX and Brent ICE crude oil front-month futures prices (open, high, low, close) in USD/barrel, plus the Brent-minus-WTI spread for arbitrage analysis.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-oil-prices
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proxy-suverse-io-fc1cacc7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Duj5k92mtfmx4ttxhGUP8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability proxy-suverse-io-fc1cacc7 -d '<json body>'
```

Example prompt: What are the current WTI and Brent crude oil front-month futures prices right now, including open, high, low, close, and the Brent-minus-WTI spread?

## When to prefer this

Use this endpoint when an AI agent needs real-time or near-real-time WTI and Brent crude oil prices in a single call, especially when the Brent-WTI spread is needed for arbitrage calculations. Prefer this over generic financial data APIs when you need both benchmarks plus OHLC and spread in one response with x402 micropayment support.

## Known failure modes

- Upstream data source unavailable — returns error indicating price feed is down
- Payment not confirmed — x402 payment required before data is returned
- Stale data — prices may lag real-time exchange by seconds to minutes
- Network timeout from proxy layer — retry recommended

## How this service works

Crude oil spot prices in USD per barrel: WTI NYMEX and Brent ICE front-month futures with OHLC and Brent-WTI spread. AI agent energy market analyzer, geopolitical risk tracker, inflation indicator, energy sector trader, macro correlation API.

## Output

Returns the current front-month WTI NYMEX and Brent ICE crude oil futures prices in USD per barrel, each with open, high, low, and close values, plus the computed Brent-minus-WTI spread for arbitrage and cross-market analysis.

## Example request

```json
{
 "query": "current WTI NYMEX and Brent ICE crude oil front-month futures prices"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proxy-suverse-io-fc1cacc7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
