LoneStarOracle lonestaroracle.xyz ↗
Data API for agents · x402

Real-economy & market data, one x402 call away.

LoneStarOracle is 67 pay-per-call data endpoints an agent can hit directly — macro, rates, equities, energy, crypto, geopolitics, compliance and security audits. No API keys. No accounts. No subscription. The paying wallet is the identity.

67
live endpoints
$0.02–$2.00
per call, USDC
Base · Solana
+ USDG on select
0
keys or accounts
What it is

A real-economy data layer built for autonomous agents.

Most on-chain data shops cover crypto only. LoneStarOracle covers the parts an agent actually reasons about — macro, labor, energy, trade, rates, equities, geopolitics and compliance — alongside deep crypto due-diligence and smart-contract audits. Every endpoint returns a signal-first JSON answer (a decision an agent can act on), not a raw data dump, and each is metered per call over the x402 protocol so an agent pays only for what it pulls.

Each service is a plain HTTPS endpoint. An agent discovers it, pays a few cents in USDC, and gets structured JSON back in the same request cycle — the whole exchange is machine-native and needs no human onboarding, contract, or credential.

How it works

Pay-per-call over x402.

x402 revives the HTTP 402 Payment Required status code. You call an endpoint, it answers 402 with its price and pay-to details, your x402 client settles a gasless USDC payment, and the retried request returns 200 with the data. Three steps, one round trip.

01

Call the endpoint

Hit any service with a normal GET or POST.

GET /rates
02

Receive the price

It answers 402 with network, asset, amount and pay-to.

402 Payment Required
03

Pay & get data

Client signs a gasless USDC payment; retry returns the JSON.

200 OK · { signal… }
Quickstart

From zero to data in one function.

Any standard x402 client handles the 402-pay-retry loop for you. LoneStarOracle dual-serves both dialects — legacy x402-fetch (v1) and the current @x402/fetch (v2) — so whichever client an agent already runs, it just works.

1 · the endpoint quotes its price
$ curl https://rates.lonestaroracle.xyz/rates

HTTP/1.1 402 Payment Required
{
  "x402Version": 1,
  "accepts": [{
    "scheme":  "exact",
    "network": "base",
    "asset":   "USDC",
    "maxAmountRequired": "0.05",
    "payTo":   "0x52Ab…6C06"
  }]
}
2 · an x402 client pays & retries — gasless, no key, no account
// USDC is pulled gaslessly via the facilitator (EIP-3009).
import { wrapFetchWithPayment } from "x402-fetch";
const pay = wrapFetchWithPayment(fetch, wallet);

const res  = await pay("https://rates.lonestaroracle.xyz/rates");
const data = await res.json();   // → 200 OK
3 · signal-first JSON comes back
200 OK
{
  "signal": "expansion",
  "curve":  { "2s10s_bps": 52, "3m10y_bps": 41, "inversion": false, "recession_flag": false },
  "credit": { "ig_oas_bps": 84, "hy_oas_bps": 312, "hy_pctile_1y": 0.08, "stress": "calm" },
  "inflation": { "breakeven_10y": 2.34, "real_yield_10y": 1.71 },
  "regime": "expansion"
}
Discovery & rails

Self-describing, already indexed.

Every endpoint publishes machine-readable specs and is registered across the agent-commerce ecosystem, so a routing agent can find, price and invoke it without a human in the loop.

Per-service manifests

Every service self-describes at two well-known paths — a full OpenAPI schema and an x402 payment manifest.

GET /openapi.json
GET /.well-known/x402

Payment rails

Settlement runs through the Coinbase CDP facilitator. Both x402 dialects supported.

Base · USDC
Solana · USDC
Robinhood Chain · USDG (select)

Listed on

Indexed and invocable across the major x402 directories and routers.

CDP Bazaar · x402scan
PayAPI Market · Agent402

Pay-to

One recipient wallet on Base. The wallet that pays is the caller's only identity — no key issued, no account created.

0x52Ab53912D37759B2ad364f22dD06B16714b6C06
Catalog · 67 endpoints

Everything an agent can buy.

Each row is a live endpoint at <name>.lonestaroracle.xyz. GET unless marked POST. Prices are per call in USDC.

Macro & Real Economy

18
MacroPulsemacro /macroUS macro regime — growth, inflation, policy in one signal$0.05
RatesPulserates /ratesYield curve, credit spreads, real yields, rates regime$0.05
LiquidityPulseliquidity /liquidityUS net liquidity (Fed − RRP − TGA) + trend & regime$0.05
LaborPulselabor /laborJobs, unemployment, wages, JOLTS — BLS$0.05
ConsumerPulseconsumer /consumerUS consumer demand / retail-sales signal$0.05
CyclePulsecycle /cycleInventory/production bullwhip signal$0.05
TradePulsetrade /tradeUS goods-trade flows by commodity / HS2$0.05
SupplyChainPulsesupply /reportSupply-chain stress signal$0.05
IndustrialMetalsmetals /reportIndustrial-metals prices & signal$0.05
StrategicMaterialsminerals /mineralsCritical-minerals supply + US import reliance$0.05
EnergyCatalystenergy /energyCrude/gasoline/natgas inventory catalyst + EIA calendar$0.05
SparkPulsespark /powerWholesale US electricity price & volatility$0.05
GridPulsegrid /reportUS grid demand, mix & stress$0.03
ComputePulsecompute /reportCompute / GPU market signal$0.05
AgriPulseagri /reportAgricultural commodity prices$0.03
RealEstatePulserealestate /reportMortgage & housing signal$0.03
CrownBlockcrownblock /reportOil & gas + refined-products intelligence$1.00
LeaseEdgelease /reportGulf of Mexico offshore oil & gas lease data$0.15

Equities, Rates & Smart Money

13
EquityScopeequity /equityEquity signal + upside to analyst target$0.05
TechAnalysista /scanTechnical-analysis scan, equities & crypto$0.05
OptionsFlowoptions /flowOptions flow, IV skew & put/call — stocks & crypto$0.05
EarningsCalendarearnings /calendarUpcoming earnings by ticker$0.03
AnalystEdgeanalyst /ratingsWall St consensus, price target, up/downgrades$0.05
InsiderFlowinsider /tradesSEC Form 4 insider buys/sells$0.03
CapitolFlowcapitol /tradesUS congressional stock trades + 30d signal$0.05
FundFlowfunds /fundsInstitutional 13F flow — accumulation/distribution$0.05
COTcot /cotCFTC Commitments of Traders positioning$0.05
SqueezeSignalsqueeze /squeezeShort-squeeze setup signal & state$0.05
PharmaCatalystpharma /catalystsBiotech trial-readout catalysts$0.05
PortfolioRiskportfolio /analyzePortfolio risk analysis$0.10
WealthPulsewealth /analyzeCross-asset wealth/allocation read$0.25

Crypto & DeFi

15
TokenScopetoken /reportToken due-diligence, EVM + Solana — honeypot, holders, security$0.15
ChainScoutchainscout /reportOn-chain intel — whales, trending, TVL, narrative$0.05
WalletIntelwallet /scoreWallet risk score$0.15
ContractCheckcontract /verifyContract verification check$0.05
TokenLauncheslaunches /scanNew token-launch scanner$0.05
DeFiRiskdefi /riskPer-protocol DeFi risk + yields$0.10
RWARiskrwa /rwa-riskTokenized-RWA / credit-vault risk$0.10
WhaleAlertwhale /whalesLarge on-chain transfers$0.05
StablePulsestable /pulseStablecoin peg & risk$0.05
StakeEdgestake /reportStaking rates by asset$0.05
FundingRatesfunding /ratesPerp funding rates, extremes & signal$0.05
OpenInterestoi /oiOpen interest, extremes & signal$0.05
Liquidationsliq /liquidationsLiquidations, biggest & signal$0.10
BundleScopebundle /scanLaunch-bundle / sniper detection$0.10
WalletPnLpnl /pnlWallet realized/unrealized PnL$0.20

Risk, Geopolitics & Compliance

11
SanctionsScreensanctions /screenOFAC SDN screening — name, entity or wallet$0.05
GeoPulsegeo /riskPer-country geopolitical risk$0.07
ConflictPulseconflict /conflictPer-country conflict signal (GDELT)$0.05
CascadeWatchcascade /riskSystemic cascade / contagion risk$0.10
SovereignRisksovereign /sovereignPer-country sovereign default risk$0.05
HazardPulsehazard /hazardNatural-hazard / disaster alerts (GDACS/USGS)$0.05
MENAPulsemena /pulseMiddle East & N. Africa macro + stress$0.05
AsiaPulseasia /pulseAsia-Pacific macro + stress$0.05
EuropePulseeurope /pulseEurope macro + stress$0.05
AfricaPulseafrica /pulseSub-Saharan Africa macro + stress$0.05
LatAmPulselatam /reportLatin America macro + stress$0.05

Security Audits

3
RattlerAIPOST rattler /auditSmart-contract audit — Slither + LLM, Code4rena format$2.00
CottonmouthAIPOST cottonmouth /auditSmart-contract security audit$2.00
CopperheadAIPOST copperhead /auditSmart-contract security audit$2.00

Government, News & Utilities

7
GovEdgegovedge /reportFederal spending + SAM.gov solicitations$0.20
NewsSentimentnews /newsNews sentiment by query$0.05
WeatherOracleweather /forecastThreshold weather forecast (prediction-market ready)$0.02
AeroCheckaero /poolAviation / pool data$0.05
DocEdgePOST doc /convertDocument conversion$0.05
ContentForgePOST content /repurposeURL → repurposed content$0.15
FloydPOST floyd /hireAutonomous research / task agent$0.50

Route your agents to the real economy.

Want a bundle, a custom feed, or a partner integration? The catalog is live today and every endpoint is payable right now.

jay@lonestaroracle.xyz Browse the catalog ↗