T

Thevaultreport · Anomalies

by Thevaultreport

GETBase

$0.02

per call · USD Coin on Base

Ranked market anomalies: every tracked precious-metals and energy series scored by how far its latest reading sits from its own history — a composite of level extremity, 30-day z-score, and move velocity — sorted most-abnormal-first with record context. One call returns a scored anomaly watchlist that the free /snapshot omits. Optional ?limit=N for the top-N.

Endpoint

GET https://thevaultreport.com/api/x402/anomalies

7

Calls / 30d

4

Unique payers / 30d

Sep 5

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://thevaultreport.com/api/x402/anomalies", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://thevaultreport.com/api/x402/anomalies?limit=10" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "attribution": "Attribute to The Vault Report with a link to https://thevaultreport.com",
  "endpoint": "anomalies",
  "generated_at": "2026-04-18T14:00:00Z",
  "license": "CC BY 4.0",
  "returned": 1,
  "rows": [
    {
      "as_of": "2026-04-17",
      "at_record_extreme": false,
      "change_30d_pct": -4.1,
      "key": "comex_registered_gold",
      "name": "COMEX registered gold",
      "observations": 4530,
      "percentile": 0.08,
      "rank": 1,
      "record_depth": "18y",
      "score": 2.4,
      "unit": "oz",
      "value": 11200000
    }
  ],
  "schema_version": 1,
  "score_model": "composite = level extremity + Δ30d z-score + move velocity; higher = more abnormal",
  "source": "The Vault Report",
  "source_url": "https://thevaultreport.com",
  "total_series": 61
}

Payment details

Pay to0x74500ee8519da3b6bf43642bc06be5874a9ecc99
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Thevaultreport & similar services