Oblique Markets · Paid US Equity Snapshot

by Oblique Markets

POSTBaseSolana

$0.01

per call · USD Coin on Base

Use when an agent needs us equity snapshot. Returns Fresh US equity OHLCV snapshot for one ticker and interval with bounded lookback, optional SMA/EMA/RSI indicators, source attribution and freshness evidence; stale or unavailable data is refused without settlement. $0.01.

Endpoint

POST https://api.oblique.markets/api/v1/paid/us-equity-snapshot

6

Calls / 30d

1

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.oblique.markets/api/v1/paid/us-equity-snapshot", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "interval": "1d",
    "lookback": 1,
    "ticker": "One US-listed ticker, uppercase letters only."
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.oblique.markets/api/v1/paid/us-equity-snapshot" \
  -H "Content-Type: application/json" \
  -d '{"interval":"1d","lookback":1,"ticker":"One US-listed ticker, uppercase letters only."}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": [
    {
      "adjusted_close": 230.1,
      "close": 230.1,
      "high": 231.2,
      "low": 227.9,
      "open": 228.5,
      "time": "2026-08-28T00:00:00.000Z",
      "volume": 42100000
    },
    {
      "adjusted_close": 231.7,
      "close": 231.7,
      "high": 232,
      "low": 229.8,
      "open": 230.4,
      "time": "2026-08-29T00:00:00.000Z",
      "volume": 38900000
    }
  ],
  "evidence": {
    "provider": "Yahoo Finance chart API",
    "query": {
      "interval": "1d",
      "ticker": "AAPL"
    },
    "retrieved_at": "2026-08-29T20:00:00.000Z"
  },
  "freshness": {
    "age_seconds": 72000,
    "latest_bar": "2026-08-29T00:00:00.000Z",
    "max_age_seconds": 432000
  },
  "indicators": {
    "sma_20": 225.4
  },
  "interval": "1d",
  "lookback": 2,
  "source": {
    "name": "Yahoo Finance chart API",
    "retrieved_at": "2026-08-29T20:00:00.000Z",
    "url": "https://query1.finance.yahoo.com/v8/finance/chart/AAPL"
  },
  "ticker": "AAPL"
}

Payment details

Pay to0x970007590acc5c938cd51345b17af51b1b40d3ab
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from Oblique Markets & similar services