R

Regimeshift · Sofr USD

by Regimeshift

GETBase

$0.001

per call · USD Coin on Base

Agent-SOFR — decentralized USD short-rate benchmark for AI agents. Weighted-median of 7 sources + variance + regime premiums. BNS-calibrated 6-mode classifier on 444k ETH/USDC 5-min bars (λ=1.097 closed-form). Open + IPFS-pinned methodology: agent-sofr-v1.

Endpoint

GET https://regimeshift.xyz/api/v1/rate/sofr/usd

11

Calls / 30d

9

Unique payers / 30d

Sep 8

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://regimeshift.xyz/api/v1/rate/sofr/usd", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://regimeshift.xyz/api/v1/rate/sofr/usd?horizon=1h" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "asset": "USD",
  "cache_ttl_sec": 60,
  "computed_at": 1779380000,
  "decomposition": {
    "base_anchor": 4.115,
    "regime_adjustment": 0,
    "variance_premium": 0
  },
  "horizon": "1h",
  "horizon_sec": 3600,
  "methodology": {
    "url": "https://regimeshift.xyz/methodology/agent-sofr-v1",
    "version": "agent-sofr-v1"
  },
  "ok": true,
  "rate": 4.115,
  "regime": {
    "mode": "RESTING",
    "mode_index": 0
  }
}

Payment details

Pay to0x82b17d0bb4de9ae6c3491257b60e8245e70acd7b
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 Regimeshift & similar services