$0.05
per call · USD Coin on Base
Search economic indicators by keyword: Federal Reserve series (FRED), World Bank development data, US Treasury rates, national accounts (BEA), labor statistics (BLS), commitments of traders (CFTC), ECB foreign-exchange rates, and energy data (EIA). Returns indicator, value, period, and a provenance URL per match. For macroeconomic, financial, and research agents.
Endpoint
GET https://api.osf-master-server.com/x402/economic/indicators/:query1
Calls / 30d
1
Unique payers / 30d
Aug 20
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://api.osf-master-server.com/x402/economic/indicators/:query", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.osf-master-server.com/x402/economic/indicators/:query?format=json" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"match_count": 1,
"matches": [
{
"record_id": 12345,
"source": "FRED",
"title": "Unemployment Rate (UNRATE)"
}
],
"result": "MATCHES_FOUND",
"search_evidence": {
"_about": "Proof of work, on EVERY result including NO_MATCH: the terms actually searched, how many records were in scope per source, how fresh they are, whether the scan completed or was truncated, and on an empty result the per-term record counts plus a known-good control query re-measured live in the same request. Numbers shown are illustrative.",
"corpus": {
"newest_record_ingested_utc": "2026-08-01T15:47:55Z",
"records_in_scope": 1558599
},
"result_confidence": "matches_found",
"scan": {
"candidate_set_complete": true,
"candidates_examined": 35,
"matches_omitted": 25
}
}
}Payment details
0x72f62de8b70d6cfa8cc2df6f21f243f289f3396cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Open Source Filings & similar services
Open Source Filings · Identity Entity
api.osf-master-server.com
Entity and counterparty verification by identifier or name. Resolves US healthcare providers (CMS NPI), legal entities (GLEIF LEI), US banks (FDIC), SEC filers (EDGAR CIK or ticker), and US tax exempt orgs (IRS EIN). Returns legal name, status, jurisdiction, identifiers, and a provenance URL to the official source. For KYC, KYB, due diligence, and onboarding agent workflows.
Open Source Filings · Sample
api.osf-master-server.com
Sample any single record in the OSF catalog for $0.001: the full JSON payload plus a provenance URL to the authoritative primary source. A low cost way for an autonomous agent to try the data before buying at the standard per record or search price. One verified record per call keyed by record_id from the free catalog, across 80 sources of US government and scientific data. Fair use daily cap per wallet.
Open Source Filings · Security CVE
api.osf-master-server.com
CVE lookup and exploit check by CVE id. Answers is this CVE actively exploited in the wild using the US CISA Known Exploited Vulnerabilities (KEV) catalog, with the EPSS exploitation probability score and CVSS severity. Each field carries a provenance URL to the official US source. For vulnerability management, patch prioritization, threat intelligence, and DevSecOps agents.