US market-liquidity & financial-conditions macro signal (no params)
US market-liquidity & financial-conditions macro signal (no params)
50000 (raw units)
price
4
calls / 30d
1
unique payers
2026-09-16
updated
Provider
liquidity.lonestaroracle.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x52Ab53912D37759B2ad364f22dD06B16714b6C06",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "3nmeVj5m9Uq2hSTfsVsn3tJMHRJQNMKR1AjzyUJbrSgw",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": {
"components_usd_bn": {
"bank_reserves": 2993.3,
"fed_balance_sheet": 6748.6,
"reverse_repo_onrrp": 1.4,
"treasury_general_account": 907.3
},
"credit_spread_hy_pct": 2.75,
"financial_conditions": "LOOSE",
"financial_conditions_nfci": -0.529,
"interpretation": "Net liquidity is contracting (-1.95% over 4 weeks) and financial conditions are loose (NFCI -0.53, easing). Regime: mixed.",
"liquidity_signal": "CONTRACTING",
"net_liquidity_4w_change_bn": -115.9,
"net_liquidity_4w_change_pct": -1.95,
"net_liquidity_usd_bn": 5839.9,
"regime": "Mixed",
"source": "Federal Reserve Economic Data (FRED)",
"yield_curve_10y2y": 0.44
},
"format": "json",
"type": "object"
}
},
"schema": {
"category": "markets",
"description": "US market-liquidity and financial-conditions macro read, made agent-callable. One x402 call (no parameters) returns net liquidity — the Fed balance sheet minus overnight reverse repo minus the Treasury General Account, the widely-watched proxy for the dollar liquidity behind risk assets — and its 4-week trend (EXPANDING / NEUTRAL / CONTRACTING), plus financial conditions from the Chicago Fed NFCI (LOOSE / NEUTRAL / TIGHT), the high-yield credit spread, the 10y-2y yield curve, and a combined regime read (risk-on tailwind / mixed / risk-off headwind). The 'is the tide coming in or going out' signal that sits behind every risk asset, served pay-per-call. $0.05 in USDC on Base via x402. Source: FRED / Federal Reserve (free/public). Sibling of MacroPulse; pairs with the positioning cluster (COT, FundingRates).",
"name": "LiquidityPulse",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"components_usd_bn": {
"bank_reserves": 2993.3,
"fed_balance_sheet": 6748.6,
"reverse_repo_onrrp": 1.4,
"treasury_general_account": 907.3
},
"credit_spread_hy_pct": 2.75,
"financial_conditions": "LOOSE",
"financial_conditions_nfci": -0.529,
"interpretation": "Net liquidity is contracting (-1.95% over 4 weeks) and financial conditions are loose (NFCI -0.53, easing). Regime: mixed.",
"liquidity_signal": "CONTRACTING",
"net_liquidity_4w_change_bn": -115.9,
"net_liquidity_4w_change_pct": -1.95,
"net_liquidity_usd_bn": 5839.9,
"regime": "Mixed",
"source": "Federal Reserve Economic Data (FRED)",
"yield_curve_10y2y": 0.44
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"liquidity",
"macro",
"financial-conditions",
"fed",
"risk"
],
"type": "object",
"version": "1.0.0"
}
},
"bc_kg64bd18": {}
}Use it
curl
curl "https://liquidity.lonestaroracle.xyz/liquidity" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://liquidity.lonestaroracle.xyz/liquidity");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://liquidity.lonestaroracle.xyz/liquidity")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5121.json, and this resource appears in /discovery/resources and /discovery/search.