# Brent Crude Oil Spot Price (USD) — x402node

> Brent Crude Oil Spot Price (USD) — x402node is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current live Brent Crude Oil price in USD with source and timestamp, via a zero-parameter GET request.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/brent/usd/brent-usd
- 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/brent-crude-oil-spot-price-usd-x402node-b785df12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5NvPFAykjca4dRidqGxeG

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 brent-crude-oil-spot-price-usd-x402node-b785df12
```

Example prompt: What is the current live price of Brent Crude Oil in USD?

## When to prefer this

Use this endpoint when you need a zero-configuration, real-time Brent Crude Oil spot/futures price in USD and want a simple GET with no query parameters. Prefer this over broader commodity APIs when you specifically need Brent crude and want a pay-per-call micropayment model (x402) rather than a subscription key.

## Known failure modes

- Data provider unavailable — stale or missing price data
- Upstream market data feed outage — price not refreshed
- Network timeout from the x402node API host
- Payment failure (x402 micropayment not fulfilled) — request rejected before data is returned

## How this service works

Live Brent Crude Oil price (commodity futures, USD). Zero-param: GET returns current price. 布伦特原油实时价格行情。ブレント原油価格。Precio petroleo Brent. 브렌트 원유 시세. brent price, brent crude oil spot, commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object with the current Brent Crude Oil price as a number, the currency (USD), the commodity name, the ticker symbol, the unit, the data source, and an as_of timestamp indicating when the price was recorded.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brent-crude-oil-spot-price-usd-x402node-b785df12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
