37 live endpoints · Free preview available

The world is
queryable.

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening across multiple jurisdictions. Pay $0.005–$0.10 USDC per call. No keys. No subscriptions.

37+
Endpoints
3
Data categories
$0.005
Min. per call
4h
Sanctions refresh
GlobalAPI x402

37 endpoints across three categories

Institutional sources only. Every response is structured JSON with consistent schemas, designed for autonomous systems and production workflows.

Economics
GDP
/world/gdp/US
Economics
Inflation / CPI
/us/cpi
Economics
Unemployment
/uk/unemployment
Economics
Interest Rates
/us/fed-rate
Registry
Company Registry
/fr/company/542107651
Sanctions
Sanctions Screening
/sanctions/check/Gazprom

See exactly what you get

Every card below is a live response from the API, regenerated automatically each day. This is exactly what your agent receives — data plus AI analysis.

Loading live responses…

Global sources. Multiple jurisdictions.

Economics from official statistical agencies. Registries from national corporate databases. Sanctions from the three major international lists, refreshed every four hours.

Economics
200+ countries
  • US (FRED / BLS)
  • UK (ONS)
  • EU (Eurostat)
  • Canada, Japan, India
  • IMF — 200+ countries
  • World Bank
Company Registries
6 jurisdictions
  • Norway (Brønnøysund)
  • Ireland (CRO)
  • France (INPI / Sirene)
  • Canada (ISED)
  • Denmark (CVR)
  • Singapore (ACRA)
Sanctions
3 major lists
  • OFAC SDN — 18,772 entries
  • UK FCDO Sanctions List — 6,045 entries
  • UN SC Consolidated List — 1,005 entries
Economics: monthly / quarterly
Registries: real-time
Sanctions: every 4 hours

Pay-per-call. No commitments.

$0.005–$0.10 USDC per call on Base mainnet via x402. No subscriptions, no seats, no minimum spend. Your agent pays exactly what it queries.

$0.005
USDC / CALL
Single Indicator
One economic data point. GDP, CPI, unemployment, rates.
$0.010
USDC / CALL
Data Bundle
Multiple indicators in a single response.
$0.020
USDC / CALL
Registry Lookup
Company record from any supported national registry.
$0.050
USDC / CALL
Sanctions Name Search
Name match across OFAC, UK FCDO, and UN SC lists.
Paid in USDC on Base mainnet via the x402 micropayment protocol. No billing account, no rate limits, no minimum spend.

x402 pays automatically. No keys. No billing.

x402 is a payment layer for HTTP. Your client receives a 402 Payment Required response on the first call, signs a USDC payment on Base mainnet, and replays the request — all in one round-trip. No API key, no subscription, no billing integration.

RUN Node.js / ts-node
SHELL
# Install x402 client libraries
npm install @x402/fetch @x402/core @x402/evm viem
# Set your Base wallet private key
export WALLET_PRIVATE_KEY=0x...
# Run your query script
npx ts-node query.ts
TS TypeScript / Node.js
query.ts
import { wrapFetchWithPayment } from '@x402/fetch';
import { x402Client } from '@x402/core/client';
import { registerExactEvmScheme } from '@x402/evm/exact/client';
import { privateKeyToAccount } from 'viem/accounts';
const account = privateKeyToAccount(
process.env.WALLET_PRIVATE_KEY as `0x${string}`
);
const client = new x402Client();
registerExactEvmScheme(client, { signer: account });
const fetch402 = wrapFetchWithPayment(fetch, client);
const res = await fetch402(
'https://globalapi.dev/us/cpi'
);
const data = await res.json();
console.log(data.latest.value, data.latest.period, data.commentary);
The x402 protocol is open-source. Client libraries for TypeScript, Python, and Go are available at github.com/coinbase/x402. Your agent or script needs a Base wallet with USDC. No other setup required.

Serious infrastructure for serious workflows

Global by design
37 endpoints spanning economics, corporate registries, and sanctions across dozens of jurisdictions.
Compliance-ready
Sanctions data from OFAC SDN, UK FCDO, and UN SC. MATCH state reserved and visually isolated in every interface.
Predictable economics
$0.005–$0.10 per call. Pay exactly what you query. No billing surprises, no tier negotiation.
Machine-native
Structured JSON. Consistent schemas. Designed for AI agents and autonomous systems that operate without human review.
Ready to query

Start querying for $0.005

Your HTTP client receives a 402 on the first call, signs USDC on Base mainnet, and replays in one round-trip. No API key. No subscription. No billing account.

37 endpoints USDC on Base mainnet x402 protocol Sanctions refreshed every 4h