$0.005
per call · USD Coin on Base
Macro economic snapshot API — dated Eurozone economic indicators for trading/research agents: euro-area inflation (HICP / CPI), ECB policy interest rates (deposit, refi), unemployment and EUR FX from the official European Central Bank data portal — each indicator with value, as_of date, next_release cadence and a signed dated snapshot receipt for reproducible backtests. The interest-rate, inflation and currency context an agent needs before trading.
Endpoint
GET https://x402-endpoints.onrender.com/macro/snapshot4
Calls / 30d
4
Unique payers / 30d
Aug 26
Last called
exact
Payment scheme
Call this service
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://x402-endpoints.onrender.com/macro/snapshot", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402-endpoints.onrender.com/macro/snapshot?area=U2&indicators=inflation_hicp%2Cdeposit_facility_rate%2Cunemployment%2Cfx_usd" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"cached": false,
"confidence": 1,
"data_freshness": {
"age_seconds": 2592000,
"as_of": "2026-05",
"deterministic": true,
"requested": 4,
"resolved": 4,
"retrieved_at": "2026-06-29T12:00:00Z",
"sources": [
"European Central Bank — Data Portal SDMX 2.1 (data-api.ecb.europa.eu)"
],
"values_hash": "9f1c2a3b4d5e6f70"
},
"disclaimer": "Official ECB reference data (informational). Reference rates/values, not live market quotes. Not investment advice.",
"error": null,
"indicators": {
"deposit_facility_rate": {
"as_of": "2026-06-26",
"label": "ECB deposit facility rate (DFR)",
"next_release": {
"authoritative_calendar": "https://www.ecb.europa.eu/press/calendars/mgcgc/html/index.en.html",
"cadence": "per ECB Governing Council monetary-policy meeting",
"is_estimated": true,
"note": "Exact date per the ECB official calendar."
},
"series_key": "FM/D.U2.EUR.4F.KR.DFR.LEV",
"source": "European Central Bank — Data Portal SDMX 2.1 (data-api.ecb.europa.eu)",
"status": "ok",
"unit": "% p.a.",
"value": 2
},
"inflation_hicp": {
"as_of": "2026-05",
"label": "HICP headline inflation (annual rate of change)",
"next_release": {
"authoritative_calendar": "https://www.ecb.europa.eu/press/calendars/statscal/html/index.en.html",
"cadence": "monthly (flash ~end of reference month, final ~mid next month)",
"is_estimated": true,
"note": "Exact date per the ECB official calendar."
},
"series_key": "ICP/M.U2.N.000000.4.ANR",
"source": "European Central Bank — Data Portal SDMX 2.1 (data-api.ecb.europa.eu)",
"status": "ok",
"unit": "% YoY",
"value": 2
}
},
"query": {
"area": "U2",
"indicators": [
"inflation_hicp",
"deposit_facility_rate",
"unemployment",
"fx_usd"
]
},
"reasons": [
{
"code": "INDICATORS_RETURNED",
"label": "4/4 indicators resolved from official ECB series",
"weight": -0.5
}
],
"signed_snapshot_receipt": {
"algorithm": "ed25519",
"available": true,
"claims": {
"area": "U2",
"kind": "macro_snapshot",
"snapshot_at": "2026-06-29T12:00:00Z",
"values_hash": "9f1c2a3b4d5e6f70",
"verdict": "COMPLETE"
},
"public_key": "5b77f2e95c3eee40403453e942834b703383e15fca50d11fdd28633ca5dd9f9d",
"signature": "<hex>"
},
"timestamp": "2026-06-29T12:00:00Z",
"verdict": "COMPLETE"
}Payment details
0x1d1b81247c407521e2a01f3e21514870dcf1620fUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Macro Economic Snapshot & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…