# Quotient WTI Crude Oil Directional Signal

> Quotient WTI Crude Oil Directional Signal is a paid API for AI agents from quotient-api-gateway.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns a geopolitical-prediction-market-driven long/short directional signal for WTI crude oil, including z-score, intensity, open trade episode returns, and live perp marks from Polymarket and Hyperliquid.

## Facts

- Endpoint: GET https://quotient-api-gateway.onrender.com/api/v1/signals/oil
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/quotient-wti-crude-oil-directional-signal-93422668
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zwkryaG5_3zEInadsVUSO

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 quotient-wti-crude-oil-directional-signal-93422668
```

Example prompt: What's Quotient's current WTI crude oil signal right now — long or short — and include the live perp marks from Polymarket and Hyperliquid?

## When to prefer this

Use this endpoint when you need a geopolitical-prediction-market-derived directional signal specifically for WTI crude oil, including live perp marks. Prefer this over generic oil price APIs when you want a signal with a tradeable long/short thesis grounded in geopolitical conflict and diplomacy markets rather than technical analysis or raw price feeds.

## Known failure modes

- Service temporarily unavailable if Render instance is cold-starting (may have latency spike)
- Missing or stale marks if Polymarket or Hyperliquid data feeds are delayed
- No open trade episode returned if no active signal period exists
- Payment failure if x402 micropayment is not properly handled by the client

## How this service works

Quotient's crude oil (WTI) directional signal, driven by a daily conflict and diplomacy factor built from geopolitical prediction markets. Returns long/short side, z-score, intensity, the open trade episode with realized and live return, plus live marks from Polymarket perps (WTIOIL-USD) and Hyperliquid (xyz:CL). Use this for oil price direction, energy macro, Middle East risk premium, and commodity perp trading.

## Output

Returns the current WTI crude oil directional signal (long or short), a z-score measuring signal strength, an intensity rating, details of the open trade episode including realized and live returns, and optionally live perpetual futures marks from Polymarket (WTIOIL-USD) and Hyperliquid (CL).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "queryParams"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "include_marks": {
       "type": "boolean",
       "default": true
      }
     },
     "additionalProperties": false
    }
   },
   "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/quotient-wti-crude-oil-directional-signal-93422668/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from quotient-api-gateway.onrender.com](https://www.zero.xyz/host/quotient-api-gateway.onrender.com/llms.txt)
