A

AgentNOMOS Macro Indicators · Macro Snapshot

by AgentNOMOS Macro Indicators

POSTBase

$0.01

per call · USD Coin on Base

AgentNOMOS Macroeconomic Indicator Snapshot: six US macro feeds in one call — Fed funds rate with next FOMC date, CPI and PCE inflation with deviation from the Fed target, nonfarm payrolls and unemployment, GDP with annualized growth, Treasury 2Y/10Y yields with curve status and 30Y mortgage rate, and consumer sentiment. Sourced from FRED (Fed, BLS, BEA, US Treasury, U. Michigan). Cached, not real-time. Raw values only: no forecast, no trading signal.

Endpoint

POST https://tooloracle.io/v2/macro_snapshot

5

Calls / 30d

3

Unique payers / 30d

Aug 30

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://tooloracle.io/v2/macro_snapshot", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({}),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tooloracle.io/v2/macro_snapshot" \
  -H "Content-Type: application/json" \
  -d '{}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "cpi_yoy": 2.7,
  "fed_funds_rate": 4.5,
  "gdp_yoy": 2.3,
  "unemployment": 4.1
}

Payment details

Pay to0x11f591c3496c0632e7b173184f5bc71dc941125d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from AgentNOMOS Macro Indicators & similar services